diff options
author | Jacob Ward <jacobward1898@gmail.com> | 2016-03-06 20:18:36 -0700 |
---|---|---|
committer | Jacob Ward <jacobward1898@gmail.com> | 2016-03-06 20:18:36 -0700 |
commit | 9e4ec769f02c03517a7133b90980f861139e4e42 (patch) | |
tree | 1db6bbde2d25d66228df6d9cba9131dabf61597e | |
parent | 2bfc9b81caacbb097a190b170925b07554827ee1 (diff) |
[less/en] paranthesis -> parenthesis
-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() { |