From d87fdee7238f7ff0dad6975d92f028406f1d2c47 Mon Sep 17 00:00:00 2001 From: Rumeysa Bulut Date: Tue, 15 Jul 2025 22:09:28 +0200 Subject: [PATCH] Fix typo in native-modules-lifecycle.md Moduify -> Modify --- docs/the-new-architecture/native-modules-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-new-architecture/native-modules-lifecycle.md b/docs/the-new-architecture/native-modules-lifecycle.md index 5f9604ed39a..08dbb1cba5a 100644 --- a/docs/the-new-architecture/native-modules-lifecycle.md +++ b/docs/the-new-architecture/native-modules-lifecycle.md @@ -26,7 +26,7 @@ Instead, on iOS, there are two additional protocols: [`RCTInitializing`](https:/ If your module needs to run some initialization code, then you can conform to the `RCTInitializing` protocol and implement the `initialize` method. To do so, you have to: -1. Moduify the `NativeModule.h` file by adding the following lines: +1. Modify the `NativeModule.h` file by adding the following lines: ```diff title="NativeModule.h" + #import