From 89087d11ebb822a1a58456341184decd0ba3979b Mon Sep 17 00:00:00 2001 From: Julien Chauveau Date: Mon, 15 Jul 2013 21:23:50 +0200 Subject: [PATCH] Update 00_Getting_Started.md Fix typo --- docs/00_Getting_Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index ef9e889..d26dda1 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -52,7 +52,7 @@ You must use the `.md` file extension for your files. Also, you must use undersc ## Sorting -To sort your files and folders in a specific way, you can prefix them with a number and underscore, e.g. `/docs/01_Hello_World.md` and `/docs/05_Features.md` This will list *Hello World* before *Features*, overriding the deafult alpha-numeric sorting. The numbers will be stripped out of the navigation and urls. +To sort your files and folders in a specific way, you can prefix them with a number and underscore, e.g. `/docs/01_Hello_World.md` and `/docs/05_Features.md` This will list *Hello World* before *Features*, overriding the default alpha-numeric sorting. The numbers will be stripped out of the navigation and urls. ## Landing page @@ -165,4 +165,4 @@ This project contains a package.json file, so once you have the requirements ins ## Support -If you need help using Daux.io, or have found a bug, please create an issue on the Github repo. \ No newline at end of file +If you need help using Daux.io, or have found a bug, please create an issue on the Github repo.