diff options
author | Mement0o <guilhempl@gmail.com> | 2020-02-10 17:25:44 +0100 |
---|---|---|
committer | Mement0o <guilhempl@gmail.com> | 2020-02-10 17:25:44 +0100 |
commit | 53728d63bbc621f07d47b393f5c7b2af641fe8d3 (patch) | |
tree | d02d852ce9a7d9bb48529c839dbaea4d97aec1df | |
parent | 4f9a0544218341204bee98d41bcc097dc61f1799 (diff) | |
download | wcms-53728d63bbc621f07d47b393f5c7b2af641fe8d3.tar.gz wcms-53728d63bbc621f07d47b393f5c7b2af641fe8d3.zip |
correcting manual
-rw-r--r-- | MANUAL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ This 4 steps tutorial will introduce you to the basic __W__ moves. #### Add a new page -The first thing you have to do before creating a page is to **choose an adress** for this page. Each page have a unique adress that identify it, it's the [**page id**](#page-id). You can use the adress bar of your web browser to directly access, [edit](#edit) or [delete](#delete) a page. +The first thing you have to do before creating a page is to **choose an adress** for this page. Each page have a unique adress that identify it, it is the [**page id**](#page-id). You can use the adress bar of your web browser to directly access, [edit](#edit) or [delete](#delete) a page. You can type anything in your adress bar, if it's an already exisiting page_id, you will access a page, otherwise, you will arrive to an empty space waiting to be filled. |