Skip to content

Commit ecd6927

Browse files
Ikko Ashiminefacebook-github-bot
Ikko Ashimine
authored andcommitted
Fix typo in RCTConvert.m (#31067)
Summary: seperated -> separated ## 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 --> [Internal] [Fixed] - Fixed typo in comment Pull Request resolved: #31067 Test Plan: NONE Reviewed By: sammy-SC Differential Revision: D30176244 Pulled By: sota000 fbshipit-source-id: 617607aaa7eb5f613344773c4bbbc09a8c5096c1
1 parent f536f82 commit ecd6927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React/Base/RCTConvert.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ +(type)type : (id)json \
807807
return color;
808808
}
809809

810-
/** Returns an alphabetically sorted comma seperated list of the valid semantic color names
810+
/** Returns an alphabetically sorted comma separated list of the valid semantic color names
811811
*/
812812
static NSString *RCTSemanticColorNames()
813813
{

0 commit comments

Comments
 (0)