File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Strict routing is the new default.
3131Use ` ignoreTrailingSlash: true ` server option if you don't want to differentiate
3232them from each other.
3333
34- ### Path must to start with ` / `
34+ ### Path must start with ` / `
3535
3636In restify 7.x path must start with a ` / ` .
3737For 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
You can’t perform that action at this time.
0 commit comments