Skip to content

Commit e663699

Browse files
Iandenhmisterdjules
authored andcommitted
docs: fix typos in migration guide (#1690)
1 parent 0fa7132 commit e663699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/6to7guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Strict routing is the new default.
3131
Use `ignoreTrailingSlash: true` server option if you don't want to differentiate
3232
them from each other.
3333

34-
### Path must to start with `/`
34+
### Path must start with `/`
3535

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

102102
### Disable DTrace probes by default
103103

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

107107
### Change in calling `next` multiple times
108108

0 commit comments

Comments
 (0)