Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Sheehy <[email protected]>
Signed-off-by: Jordan Hollinger <[email protected]>
  • Loading branch information
jhollinger and lessthanjacob committed Feb 20, 2024
1 parent a92703d commit 57cb782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ The following class implements all extension hooks. If you have an idea for a ne
```ruby
class ExampleExtension < Blueprinter::Extension
#
# Called eary during "render", this method receives the object to be rendered and
# Called early during "render", this method receives the object to be rendered and
# returns a new or modified object. If there are multiple pre_render extensions,
# the return value of one becomes the input object of the next. The final return
# value is used to render.
Expand Down

0 comments on commit 57cb782

Please sign in to comment.