Skip to content

Commit

Permalink
fixes casing in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesealey committed Jul 4, 2024
1 parent 6e045f3 commit 59bf984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ helpers.uppercase = function(str) {
* @block
* @inline
* @api public
* @example {{lorem 11}} -> Lorem Ipsum
* @example {{lorem 11}} -> Lorem ipsum
*/


Check failure on line 822 in lib/string.js

View workflow job for this annotation

GitHub Actions / build-and-test (18.x, windows-2019)

More than 1 blank line not allowed

Check failure on line 822 in lib/string.js

View workflow job for this annotation

GitHub Actions / build-and-test (20.x, windows-2019)

More than 1 blank line not allowed
Expand Down

0 comments on commit 59bf984

Please sign in to comment.