Skip to content

Commit

Permalink
Add missing , to Versioned Routes docs (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
CADBOT authored and sean3z committed Jan 12, 2019
1 parent 0c36c9b commit 9552755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -358,7 +358,7 @@ creation time. Lastly, you can support multiple versions in the API by using
an array:

```js
server.get('/hello/:name' restify.plugins.conditionalHandler([
server.get('/hello/:name', restify.plugins.conditionalHandler([
{ version: ['2.0.0', '2.1.0', '2.2.0'], handler: sendV2 }
]));
```
Expand Down

0 comments on commit 9552755

Please sign in to comment.