1
0
Fork 0
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:
Jesse Doyle 2015-11-12 01:41:27 -07:00
parent 88110b0607
commit a43443889d

View file

@ -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= "#{'{'}"