Skip to content

Commit d7f1ccc

Browse files
committed
Fix typo.
1 parent 016e9a6 commit d7f1ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/serialization/rendering.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ActiveRecord models, or even plain hashes), along with some optional parameters
1010
## Plain ruby
1111

1212
When using jsonapi-rb in plain ruby (or from within a framework outside of a
13-
controller), you can call the as follows:
13+
controller), you can render a document as follows:
1414

1515
```ruby
1616
JSONAPI::Serializable::Renderer.render(posts)

0 commit comments

Comments
 (0)