summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJiang Haiyun <jiang.haiyun@gmail.com>2016-12-13 09:29:12 +0800
committerven <vendethiel@hotmail.fr>2016-12-13 02:29:12 +0100
commit7dbbcd50def4a1d92f95058ad636083edb92a6a9 (patch)
tree8d81452ec3ec36e04c9323bb92f37fbc41a7a53a
parentbe9f44cf10ad22547d5f86f69e6c992e3f241302 (diff)
missing right parenthesis (#2596)
-rw-r--r--less.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/less.html.markdown b/less.html.markdown
index ee67c1bc..1b26eb99 100644
--- a/less.html.markdown
+++ b/less.html.markdown
@@ -6,7 +6,7 @@ contributors:
---
Less is a CSS pre-processor, that adds features such as variables, nesting, mixins and more.
-Less (and other preprocessors, such as [Sass](http://sass-lang.com/) help developers to write maintainable and DRY (Don't Repeat Yourself) code.
+Less (and other preprocessors, such as [Sass](http://sass-lang.com/)) help developers to write maintainable and DRY (Don't Repeat Yourself) code.
```css