Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit ff18da1

Browse files
author
Phil Hawksworth
committed
typo fix
1 parent 07b7edf commit ff18da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Netlify Dev has the ability emulate the [redirect capability](https://www.netlif
6161
6262
Netlify dev supports redirect rules defined in either `_redirects` or `netlify.toml` files.
6363
64-
The order of precedence for applying redirect rules are:
64+
The order of precedence for applying redirect rules is:
6565
6666
1. `_redirects` file (in the project's publish folder)
6767
1. `netlify.toml` file (in the project's publish folder)
@@ -73,7 +73,7 @@ See the [Redirects Documentation](https://www.netlify.com/docs/redirects/) for m
7373
#### Running the project and accessing redirects
7474
```bash
7575
# Build, serve and hot-reload changes
76-
$ snetlify dev
76+
$ netlify dev
7777
```
7878
7979

0 commit comments

Comments
 (0)