From 52109c43c2e1b8c11eae016fad28bb0c395a6d68 Mon Sep 17 00:00:00 2001 From: Mansoor Anis Date: Wed, 11 Jun 2025 10:23:08 -0400 Subject: [PATCH] Fix small typo in the docs --- docs/the-new-architecture/create-module-library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/the-new-architecture/create-module-library.md b/docs/the-new-architecture/create-module-library.md index 621f11cf9e4..fa285e5c514 100644 --- a/docs/the-new-architecture/create-module-library.md +++ b/docs/the-new-architecture/create-module-library.md @@ -43,8 +43,8 @@ Once the interactive prompt is done, the tool creates a folder whose structure l Feel free to explore the code that has been created for you. However, the most important parts: - The `android` folder: this is where the Android code lives -- The `cpp` folder: this is where we the c++ code lives -- The `ios` folder: this is where we the iOS code lives +- The `cpp` folder: this is where the c++ code lives +- The `ios` folder: this is where the iOS code lives - The `src` folder: this is where the JS code lives. 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.