Skip to content

Commit e01ccee

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Fix typos on ReactNativeFeatureFlags system (#50079)
Summary: Fix typos on ReactNativeFeatureFlags system changelog: [internal] internal Reviewed By: NickGerleman Differential Revision: D71331170
1 parent adbcaef commit e01ccee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlags.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<df008a78acc9b0104c54e06849d5e9b9>>
7+
* @generated SignedSource<<c6a66e41c480c72adb2398bfbb140907>>
88
*/
99

1010
/**
@@ -323,7 +323,7 @@ public object ReactNativeFeatureFlags {
323323
* This is **dangerous** because it can introduce consistency issues that will
324324
* be much harder to debug. For example, it could hide the fact that feature
325325
* flags are read before you set the values you want to use everywhere. It
326-
* could also cause a workflow to suddently have different feature flags for
326+
* could also cause a workflow to suddenly have different feature flags for
327327
* behaviors that were configured with different values before.
328328
*
329329
* It returns a string that contains the feature flags that were accessed

packages/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<29cdbefbe02064df4fb65388e64f95a4>>
7+
* @generated SignedSource<<cb3921742b4bb8618de0aa9db3931b56>>
88
*/
99

1010
/**
@@ -291,7 +291,7 @@ class ReactNativeFeatureFlags {
291291
* This is **dangerous** because it can introduce consistency issues that will
292292
* be much harder to debug. For example, it could hide the fact that feature
293293
* flags are read before you set the values you want to use everywhere. It
294-
* could also cause a workflow to suddently have different feature flags for
294+
* could also cause a workflow to suddenly have different feature flags for
295295
* behaviors that were configured with different values before.
296296
*
297297
* Please see the documentation of `dangerouslyReset` for additional details.

packages/react-native/scripts/featureflags/templates/android/ReactNativeFeatureFlags.kt-template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ${Object.entries(definitions.common)
100100
* This is **dangerous** because it can introduce consistency issues that will
101101
* be much harder to debug. For example, it could hide the fact that feature
102102
* flags are read before you set the values you want to use everywhere. It
103-
* could also cause a workflow to suddently have different feature flags for
103+
* could also cause a workflow to suddenly have different feature flags for
104104
* behaviors that were configured with different values before.
105105
*
106106
* It returns a string that contains the feature flags that were accessed

packages/react-native/scripts/featureflags/templates/common-cxx/ReactNativeFeatureFlags.h-template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ${Object.entries(definitions.common)
9999
* This is **dangerous** because it can introduce consistency issues that will
100100
* be much harder to debug. For example, it could hide the fact that feature
101101
* flags are read before you set the values you want to use everywhere. It
102-
* could also cause a workflow to suddently have different feature flags for
102+
* could also cause a workflow to suddenly have different feature flags for
103103
* behaviors that were configured with different values before.
104104
*
105105
* Please see the documentation of \`dangerouslyReset\` for additional details.

0 commit comments

Comments
 (0)