Skip to content

Commit 1c87d4a

Browse files
chownationfacebook-github-bot
authored andcommitted
Update Dimension.js typo (#29858)
Summary: preferred instead of preffered ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [CATEGORY] [TYPE] - Message Pull Request resolved: #29858 Reviewed By: charlesbdudley Differential Revision: D29998754 Pulled By: sota000 fbshipit-source-id: f13fef58e9154ddf8087944d53e022fb9afa6b1b
1 parent ce44104 commit 1c87d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Utilities/Dimensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let dimensions: DimensionsValue;
3232

3333
class Dimensions {
3434
/**
35-
* NOTE: `useWindowDimensions` is the preffered API for React components.
35+
* NOTE: `useWindowDimensions` is the preferred API for React components.
3636
*
3737
* Initial dimensions are set before `runApplication` is called so they should
3838
* be available before any other require's are run, but may be updated later.

0 commit comments

Comments
 (0)