Skip to content

Commit cea7f77

Browse files
authored
Update README.md
Fix typo.
1 parent 7cc5e22 commit cea7f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Or by using a route setting:
462462

463463
```ruby
464464
route_setting :swagger, { hidden: true }
465-
gem '/kittens' do
465+
get '/kittens' do
466466
```
467467

468468
Endpoints can be conditionally hidden by providing a callable object such as a lambda which evaluates to the desired

0 commit comments

Comments
 (0)