Skip to content

Commit af0d9dd

Browse files
authored
Update create-my-first-website.md
1 parent b319210 commit af0d9dd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_help/src/Pages/quicstart/create-my-first-website.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This guide describes how to create your first static website with Solidify Proje
1111

1212
### Preparation
1313

14-
Before we start you should create a new empty folder for your website. Lets name that folder `MySite`.
14+
Before we start you should create a new empty folder for your website. Let's name that folder `MySite`.
1515

1616
### Get the engine
1717

18-
Solidify Project engine usualy distributed as a `.zip` archived folder. You should unzip it's content to `MySite` folder, so you will have the following stuff on your file system:
18+
Solidify Project engine is usualy distributed as a `.zip` archived folder. You should unzip its content to `MySite` folder, so you will have the following stuff on your file system:
1919

2020
```none
2121
MySite
@@ -24,7 +24,7 @@ MySite
2424
config.yaml
2525
```
2626

27-
In addition to that you will also have eithet `solidify.sh` or `solidify.bat` inside `MySite` folder (the exact file depends on what operational system you are using). This script file in nothing more than a script wrapper that provides you with easy access to engine executables.
27+
In addition to that you will also have either `solidify.sh` or `solidify.bat` inside `MySite` folder (the exact file depends on what operational system you are using). This script file in nothing more than a script wrapper that provides you with easy access to engine executables.
2828

2929
### Bootstrap some website
3030

@@ -53,11 +53,11 @@ MySite
5353

5454
### Make some changes
5555

56-
To change default website content please reference to [Folders structure](/folders-structure.html) section. It will describe what is inside `src` folder and how it affects the final website.
56+
To change default website content, please refer to [Folders structure](/folders-structure.html) section. It will describe what is inside `src` folder and how it affects the final website.
5757

5858
### Render your website
5959

60-
After making changes you can render your website by exetuting following command from `MySite` folder.
60+
After making changes you can render your website by executing the following command from `MySite` folder.
6161

6262
##### Windows
6363
```bash
@@ -82,4 +82,4 @@ MySite
8282
config.yaml
8383
```
8484

85-
You can find pre-rendered minified version of your website inside `www` folder.
85+
You can find pre-rendered minified version of your website inside `www` folder.

0 commit comments

Comments
 (0)