You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/scripts/featureflags/types.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export type FeatureFlagDefinitions = $ReadOnly<{
18
18
/**
19
19
* OSSReleaseStageValue is used to determine the value of a feature flag in different release stages:
20
20
* - 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.
22
22
* - canary: the value of the feature flag will be `expectedReleaseValue` on experimental and canary releases and `defaultValue` on stable releases.
23
23
* - stable: the value of the feature flag will be `expectedReleaseValue` on all releases.
24
24
*/
@@ -55,7 +55,7 @@ export type FeatureFlagMetadata =
55
55
|$ReadOnly<{
56
56
purpose: 'experimentation',
57
57
/**
58
-
* Aproximate date when the flag was added.
58
+
* Approximate date when the flag was added.
59
59
* Used to help prioritize feature flags that need to be cleaned up.
0 commit comments