Skip to content

Commit f44a575

Browse files
authored
fix: typo in fabric docs (facebook#4363)
1 parent 3f2ada3 commit f44a575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.76/fabric-native-components-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The code then define an helper function to actually emit an event. To emit an ev
199199
The last part of the file contains the definition of the data types you need to send the event:
200200

201201
- The `OnScriptLoadedEventResult`, with the possible outcomes of the `OnScriptLoaded` event.
202-
- The actual ``OnScriptLoadedEvent` that needs to extend the React Native's `Event` class.
202+
- The actual `OnScriptLoadedEvent` that needs to extend the React Native's `Event` class.
203203

204204
### 3. Write the `WebViewManager`
205205

0 commit comments

Comments
 (0)