Skip to content

Commit 7ce6282

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Fix typos on featureflags/types.js (facebook#50037)
Summary: Pull Request resolved: facebook#50037 Fix typos on featureflags/types.js changelog: [internal] internal Reviewed By: shwanton Differential Revision: D71210260 fbshipit-source-id: 4a4eabf7ab6b73dca2bdcb42dcd36f2168b2f0e0
1 parent c6be72a commit 7ce6282

File tree

1 file changed

+2
-2
lines changed
  • packages/react-native/scripts/featureflags

1 file changed

+2
-2
lines changed

packages/react-native/scripts/featureflags/types.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type FeatureFlagDefinitions = $ReadOnly<{
1818
/**
1919
* OSSReleaseStageValue is used to determine the value of a feature flag in different release stages:
2020
* - none: the value of the feature flag will be `defaultValue` on all releases.
21-
* - experimental: the value of the feature flag will be `expectedReleaseValue` on experimental releases and `defaultValue` on canaray and stable releases.
21+
* - experimental: the value of the feature flag will be `expectedReleaseValue` on experimental releases and `defaultValue` on canary and stable releases.
2222
* - canary: the value of the feature flag will be `expectedReleaseValue` on experimental and canary releases and `defaultValue` on stable releases.
2323
* - stable: the value of the feature flag will be `expectedReleaseValue` on all releases.
2424
*/
@@ -55,7 +55,7 @@ export type FeatureFlagMetadata =
5555
| $ReadOnly<{
5656
purpose: 'experimentation',
5757
/**
58-
* Aproximate date when the flag was added.
58+
* Approximate date when the flag was added.
5959
* Used to help prioritize feature flags that need to be cleaned up.
6060
*/
6161
dateAdded: string,

0 commit comments

Comments
 (0)