Skip to content

Commit 617a6e0

Browse files
authored
Fix small typo in the docs (facebook#4642)
1 parent 401adaf commit 617a6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/the-new-architecture/create-module-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Once the interactive prompt is done, the tool creates a folder whose structure l
4343
Feel free to explore the code that has been created for you. However, the most important parts:
4444

4545
- The `android` folder: this is where the Android code lives
46-
- The `cpp` folder: this is where we the c++ code lives
47-
- The `ios` folder: this is where we the iOS code lives
46+
- The `cpp` folder: this is where the c++ code lives
47+
- The `ios` folder: this is where the iOS code lives
4848
- The `src` folder: this is where the JS code lives.
4949

5050
The `package.json` is already configured with all the information that we provided to the `create-react-native-library` tool, including the name and the description of the package. Notice that the `package.json` is also already configured to run Codegen.

0 commit comments

Comments
 (0)