Skip to content

Commit 3a4df72

Browse files
authored
Merge pull request #2555 from jethrodaniel/fix-typo
fix a typo
2 parents 67ea152 + 933e0ec commit 3a4df72

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)