diff options
author | Jacob Ward <jacobward1898@gmail.com> | 2016-03-06 20:19:17 -0700 |
---|---|---|
committer | Jacob Ward <jacobward1898@gmail.com> | 2016-03-06 20:19:17 -0700 |
commit | e56c26412c243da571672f30c9afad9ebe050ff7 (patch) | |
tree | 1db6bbde2d25d66228df6d9cba9131dabf61597e /less.html.markdown | |
parent | 2bfc9b81caacbb097a190b170925b07554827ee1 (diff) | |
parent | 9e4ec769f02c03517a7133b90980f861139e4e42 (diff) |
Merge pull request #2178 from JacobCWard/typo-12
[less/en] paranthesis -> parenthesis
Diffstat (limited to 'less.html.markdown')
-rw-r--r-- | less.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less.html.markdown b/less.html.markdown index 7195271e..a1018ca3 100644 --- a/less.html.markdown +++ b/less.html.markdown @@ -89,7 +89,7 @@ div { background-color: #A3A4FF; } -/* You can omit the mixin code from being compiled by adding paranthesis +/* You can omit the mixin code from being compiled by adding parenthesis after the selector */ .center() { |