Skip to content

Commit

Permalink
Typo, Documentation naming was not consistent
Browse files Browse the repository at this point in the history
Signed-off-by: tbuerli <buerli16@gmail.com>
  • Loading branch information
tbuerli committed Jun 23, 2020
1 parent 2e961a1 commit caa1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/helpers/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class SpecialPurpose extends AbstractHelper
```

Then assume that we [register it with the plugin manager](#registering-helpers)
by the name "specialpurpose".
by the name "specialPurpose".

Within a view script, you can call the `SpecialPurpose` helper as many times as
you like; it will be instantiated once, and then it persists for the life of
Expand Down

0 comments on commit caa1b51

Please sign in to comment.