Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg authored Dec 11, 2023
1 parent 74bcf80 commit a744205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ end

Avoid using routing version constraints that remove functionality. They can be a headache
during upgrades. Consider only making _additive_ changes. Instead, consider removing or
hiding the documenation for old or deprecated endpoints, to limit any new usage.
hiding the documentation for old or deprecated endpoints, to limit any new usage.

```ruby
Rails.application.routes.draw do
Expand Down

0 comments on commit a744205

Please sign in to comment.