From b549007360d5dbcbfa4fbf0b3367847914f0f1ef Mon Sep 17 00:00:00 2001 From: Sam Hart Swanson Date: Wed, 20 Nov 2019 03:14:26 -0500 Subject: [PATCH] fix(docs): Incorrect directory reference in recipe snippet (#19650) --- docs/docs/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/recipes.md b/docs/docs/recipes.md index 1b9e1464d9623..0c5f4da3465e0 100644 --- a/docs/docs/recipes.md +++ b/docs/docs/recipes.md @@ -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;