mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix small typo in REFERENCE.md [ci skip]
Changed `foce` to `force`.
This commit is contained in:
parent
88110b0607
commit
a43443889d
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ most code but you may have errors with code like the following:
|
|||
|
||||
This code will generate a syntax error, complaining about unbalanced brackets.
|
||||
In cases like this, the recommended workaround is output the code as a Ruby
|
||||
string to foce Haml to parse the code with Ruby.
|
||||
string to force Haml to parse the code with Ruby.
|
||||
|
||||
%span= "#{'{'}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue