Skip to content

Commit

Permalink
docs: fix typos in migration guide (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iandenh authored and misterdjules committed Aug 2, 2018
1 parent 0fa7132 commit e663699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/6to7guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Strict routing is the new default.
Use `ignoreTrailingSlash: true` server option if you don't want to differentiate
them from each other.

### Path must to start with `/`
### Path must start with `/`

In restify 7.x path must start with a `/`.
For example `server.get('foo')` is invalid, change it to `server.get('/foo')`.
Expand Down Expand Up @@ -101,8 +101,8 @@ Fore more info see: https://github.com/delvedor/find-my-way

### Disable DTrace probes by default

DTrace probes comes with some performance impact that's fine for the sake of
observability but you may don't use it at all.
DTrace probes come with some performance impact that's fine for the sake of
observability but you don't have to use them: they are disabled by default.

### Change in calling `next` multiple times

Expand Down

0 comments on commit e663699

Please sign in to comment.