Skip to content

Commit

Permalink
Fix typo in RCTConvert.m (#31067)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eltociear authored and facebook-github-bot committed Aug 13, 2021
1 parent f536f82 commit ecd6927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Base/RCTConvert.m
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ +(type)type : (id)json \
return color;
}

/** Returns an alphabetically sorted comma seperated list of the valid semantic color names
/** Returns an alphabetically sorted comma separated list of the valid semantic color names
*/
static NSString *RCTSemanticColorNames()
{
Expand Down

0 comments on commit ecd6927

Please sign in to comment.