Skip to content

Commit

Permalink
docs: fix typos (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
quebits authored and evilebottnawi committed Dec 29, 2019
1 parent de38c39 commit 36bd8f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Automatically injects styles into the DOM using multiple `<style></style>`. It i
import './styles.css';
```

Example with c Locals (CSS Modules):
Example with Locals (CSS Modules):

**component-with-css-modules.js**

Expand Down Expand Up @@ -314,7 +314,10 @@ module.exports = {
{
test: /\.lazy\.css$/i,
use: [
{ loader: 'style-loader', options: { injectType: 'lazyStyleTag' } },
{
loader: 'style-loader',
options: { injectType: 'lazySingletonStyleTag' },
},
'css-loader',
],
},
Expand Down

0 comments on commit 36bd8f1

Please sign in to comment.