Skip to content

Commit 9a34c01

Browse files
committed
instructions on where to put new container unclear
I think we want to mkdir src/containers/Hello and not src/containers/src/Hello?
1 parent d05aa63 commit 9a34c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/AddingAPage/AddingAPage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Looking with `ick about` and ignoring documentation, the word *about* appears in
2020
A new page requires new page renderer. Copy the About page to a
2121
new directory and trim out almost all of it:
2222

23-
* `cd ./src/containers && mkdir ./src/Hello` because each container goes in its own
23+
* `cd ./src/containers && mkdir ./Hello` because each container goes in its own
2424
directory by convention.
2525
* `cp About/About.js Hello/Hello.js`
2626

@@ -90,4 +90,4 @@ The use of the **cut and paste** style raises well known issues in
9090
maintenance, documentation, and code quality. It is not for use in
9191
production code.
9292

93-
Some choices about trade-offs are easier than others.
93+
Some choices about trade-offs are easier than others.

0 commit comments

Comments
 (0)