Skip to content

Commit 2c0bd61

Browse files
TanayB11jgthms
authored andcommitted
Remove duplicate "with" in concepts.html
1 parent f3f3e67 commit 2c0bd61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/documentation/customize/concepts.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@
6565
</ul>
6666

6767
<p>
68-
This can be achieved with:
68+
This can be achieved with any of the following:
6969
</p>
7070

7171
<ul>
7272
<li>
73-
with <a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
73+
<a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
7474
</li>
7575
<li>
76-
with the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
76+
the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
7777
</li>
7878
<li>
79-
with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
79+
<a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
8080
</li>
8181
</ul>
8282
</div>

0 commit comments

Comments
 (0)