Skip to content

Commit 63565d0

Browse files
authored
Fix typo in native-modules-lifecycle.md (#4678)
Moduify -> Modify
1 parent ae039db commit 63565d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/the-new-architecture/native-modules-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Instead, on iOS, there are two additional protocols: [`RCTInitializing`](https:/
2626

2727
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:
2828

29-
1. Moduify the `NativeModule.h` file by adding the following lines:
29+
1. Modify the `NativeModule.h` file by adding the following lines:
3030

3131
```diff title="NativeModule.h"
3232
+ #import <React/RCTInitializing.h>

0 commit comments

Comments
 (0)