Browse Source

fix misspelled

Jonas Elan 7 years ago
parent
commit
0f46659172
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DOCUMENTATION/content/getting-started/index.md

+ 1 - 1
DOCUMENTATION/content/getting-started/index.md

@@ -125,7 +125,7 @@ You can rename the config files, project folders and domains as you like, just m
 127.0.0.1  project-2.dev
 ...
 ```
-If you use Chrome 63 or above for development, don't use `.dev`. [Why?](https://laravel-news.com/chrome-63-now-forces-dev-domains-https). Insteand use `.localhost`, `.invalid`, `.test`, or `.example`.
+If you use Chrome 63 or above for development, don't use `.dev`. [Why?](https://laravel-news.com/chrome-63-now-forces-dev-domains-https). Instead use `.localhost`, `.invalid`, `.test`, or `.example`.
 
 > **Now jump to the [Usage](#Usage) section.**