Skip to content

Commit

Permalink
fix(docs): Incorrect directory reference in recipe snippet (#19650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Hart authored and sidharthachatterjee committed Nov 20, 2019
1 parent 217a991 commit b549007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export default () => (

1. Create a CSS module as `src/pages/index.module.css` and paste the following into the module:

```css:title=src/components/index.module.css
```css:title=src/pages/index.module.css
.feature {
margin: 2rem auto;
max-width: 500px;
Expand Down

0 comments on commit b549007

Please sign in to comment.