Skip to content

Commit 4afa5b8

Browse files
orhantoyshishirmk
authored andcommitted
[ci skip] Fix punctuation
1 parent 5ff3fa9 commit 4afa5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ end
221221
```
222222

223223
### Links Per Object
224-
Links are defined in FastJsonapi using the `link` method. By default, link are read directly from the model property of the same name.In this example, `public_url` is expected to be a property of the object being serialized.
224+
Links are defined in FastJsonapi using the `link` method. By default, link are read directly from the model property of the same name. In this example, `public_url` is expected to be a property of the object being serialized.
225225

226226
You can configure the method to use on the object for example a link with key `self` will get set to the value returned by a method called `url` on the movie object.
227227

0 commit comments

Comments
 (0)