Skip to content

Commit

Permalink
fix: Correct typos
Browse files Browse the repository at this point in the history
Closes #154
  • Loading branch information
nknapp committed Oct 15, 2017
1 parent 5ea8aad commit 8e4a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/block_helpers.haml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
Implements a helper that allows for named variable declarations within a given block. This example would output <code>1 2 3</code> on render.

.notes
Helpers can determine the number of block paramemters referenced by the template via the <code>options.fn.blockParams</code> field, which is an integer count. This value represents the number of block parameters that could be referenced by the child template. Parameters beyond this cound will never be referenced and can safely be omitted by the helper if desired. This is optional and any additional parameters passed to the template will be silently ignored.
Helpers can determine the number of block parameters referenced by the template via the <code>options.fn.blockParams</code> field, which is an integer count. This value represents the number of block parameters that could be referenced by the child template. Parameters beyond this count will never be referenced and can safely be omitted by the helper if desired. This is optional and any additional parameters passed to the template will be silently ignored.

%h2#raw-blocks
Raw Blocks
Expand Down

0 comments on commit 8e4a2d5

Please sign in to comment.