Skip to content

Commit 5e72ec4

Browse files
committed
Fix small typo
1 parent e966d07 commit 5e72ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/upgrade_from_0_8_to_0_10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ functionality as you had with `AMS 0.8`. Then, you can continue to develop in yo
2121
new serializers that don't use these backwards compatible versions and slowly migrate
2222
existing serializers to the `0.10` versions as needed.
2323

24-
### Basic list `0.10` breaking changes
24+
### `0.10` breaking changes
2525
- Passing a serializer to `render json:` is no longer supported
2626
- Ex. `render json: CustomerSerializer.new(customer)`
2727
- Passing a nil resource to serializer now fails

0 commit comments

Comments
 (0)