Skip to content

Commit 876876a

Browse files
benschacjoshwiens
authored andcommitted
docs(readme): Fixes typo in loader description (#472)
1 parent c27063c commit 876876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
src="https://webpack.js.org/assets/icon-square-big.svg">
1616
</a>
1717
<h1>SASS Loader</h1>
18-
<p>Loads a SASS/SCSS file and and compiles it to CSS.</p>
18+
<p>Loads a SASS/SCSS file and compiles it to CSS.</p>
1919
</div>
2020

2121
Use the [css-loader](https://github.com/webpack-contrib/css-loader) or the [raw-loader](https://github.com/webpack-contrib/raw-loader) to turn it into a JS module and the [ExtractTextPlugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to extract it into a separate file.

0 commit comments

Comments
 (0)