Skip to content

Commit 8b00bee

Browse files
authored
Update UPGRADING.md
1 parent c87944b commit 8b00bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ with a class that can contain several instances of `Grape::API`.
1212
This changes were done in such a way that no code-changes should be required.
1313
However, if experiencing problems, or relying on private methods and internal behaviour too deeply, it is possible to restore the prior behaviour by replacing the references from `Grape::API` to `Grape::API::Instance`.
1414

15-
Note, this is particularly relevant if you are opening the class `Grape::API` for modification. This code:
15+
Note, this is particularly relevant if you are opening the class `Grape::API` for modification.
1616

1717
**Deprecated**
1818
```ruby

0 commit comments

Comments
 (0)