From b213460a074a3172988956bbc13f4fc225d845a1 Mon Sep 17 00:00:00 2001 From: guustysebie <40126344+guustysebie@users.noreply.github.com> Date: Sat, 24 Jul 2021 22:55:45 +0200 Subject: [PATCH] Fixed a small typo Fixed a small typo but left the link the same so it doesn't break --- ENG-03-Quick-Start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ENG-03-Quick-Start.md b/ENG-03-Quick-Start.md index 9eff140..6257d7c 100644 --- a/ENG-03-Quick-Start.md +++ b/ENG-03-Quick-Start.md @@ -52,7 +52,7 @@ Now, we add one simply static file index.html to the Http root path: echo '

Hello Drogon!

' >>index.html ``` -The default root path is `"./"`, this could be modified by config.json also, See [Configureation File](ENG-10-Configureation-File) for more details. Then you can visit this page by URL `"http://localhost"` or`"http://localhost/index.html"` (or the IP of the server where your wepapp running). +The default root path is `"./"`, this could be modified by config.json also, See [Configuration File](ENG-10-Configureation-File) for more details. Then you can visit this page by URL `"http://localhost"` or`"http://localhost/index.html"` (or the IP of the server where your wepapp running). ![Hello Drogon!](images/hellodrogon.png) @@ -160,4 +160,4 @@ We see that adding a controller to an application is very simple. You only need **Note: Drogon has no restrictions to the location of the controllers source file, you could save it at the project directory also, even you could define new directory in the `CMakeLists.txt`, it is recommended to use the controllers directory for the convenience of management.** -# 04.0 [Controller Introduction](ENG-04-0-Controller-Introduction) \ No newline at end of file +# 04.0 [Controller Introduction](ENG-04-0-Controller-Introduction)