Skip to content

Commit

Permalink
language cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclayton committed Jul 24, 2019
1 parent 6037e24 commit 80144f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ _NOTE:_ The field-level setting overrides the global config setting (for the fie

---

Blueprinter provides the ability to specify `transform`s on views, which will enable
the processing and transforming of resulting view field hashes prior to serialization.
Blueprinter provides the ability to specify `transform`s on views, which enable further
processing and transforming of resulting view field hashes prior to serialization.

Use `transform` to specify one transformer to be included for serialization.
A transformer is a class, extending `Blueprinter::Transformer` and implementing the `transform` method.
Expand Down

0 comments on commit 80144f3

Please sign in to comment.