Skip to content

Commit a105bac

Browse files
authored
Merge pull request #336 from coderbydesign/patch-1
Minor fix in README.md
2 parents 74bb9d6 + dbda6b6 commit a105bac

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, links 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)