Skip to content

Commit 686d8a5

Browse files
Darking360facebook-github-bot
authored andcommitted
Update: Fixing typo on Modal comment code � (#28057)
Summary: This PR only fixes a little typo that I noticed working on the documentation of React Native website taking reference from this source code, and then saw it 😅 ## Changelog [General] [Fixed] - Fixed typo from `inly` to `only` inside `Modal.js` library code. Pull Request resolved: #28057 Test Plan: Not needed. Reviewed By: cpojer Differential Revision: D20197178 Pulled By: TheSavior fbshipit-source-id: 372f263a16a2de665ced7c0d3f10e3897777d19f
1 parent 8b61578 commit 686d8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Modal/Modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export type Props = $ReadOnly<{|
8080
* The `hardwareAccelerated` prop controls whether to force hardware
8181
* acceleration for the underlying window.
8282
*
83-
* This prop works inly on Android.
83+
* This prop works only on Android.
8484
*
8585
* See https://reactnative.dev/docs/modal.html#hardwareaccelerated
8686
*/

0 commit comments

Comments
 (0)