Skip to content

Commit 933e0ec

Browse files
committed
fix a typo
1 parent 2b35fed commit 933e0ec

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
@@ -269,7 +269,7 @@ Grape's [deprecator](https://api.rubyonrails.org/v7.1.0/classes/ActiveSupport/De
269269
### All
270270

271271

272-
By default Grape will compile the routes on the first route, it is possible to pre-load routes using the `compile!` method.
272+
By default Grape will compile the routes on the first route, but it is possible to pre-load routes using the `compile!` method.
273273

274274
```ruby
275275
Twitter::API.compile!

0 commit comments

Comments
 (0)