From 67f9740684f6987aab13845ed4c03a811470cbaf Mon Sep 17 00:00:00 2001 From: Steven Davidson Date: Tue, 12 Nov 2019 10:56:29 +0000 Subject: [PATCH] [docs] Fix expected directory tree in _Shadowing other themes_ (#19140) --- docs/docs/themes/shadowing.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/themes/shadowing.md b/docs/docs/themes/shadowing.md index 9c86030008a97..225914f9de456 100644 --- a/docs/docs/themes/shadowing.md +++ b/docs/docs/themes/shadowing.md @@ -90,9 +90,8 @@ Which will result in the following directory tree: user-site └── src └── gatsby-theme-blog - └── components - └── tokens - └──index.js // highlight-line + └── gatsby-plugin-theme-ui + └──index.js // highlight-line ``` ## Any source file is shadowable