File tree 4 files changed +6
-6
lines changed
ReactAndroid/src/main/java/com/facebook/react/internal/featureflags
ReactCommon/react/featureflags
scripts/featureflags/templates
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
* This source code is licensed under the MIT license found in the
5
5
* LICENSE file in the root directory of this source tree.
6
6
*
7
- * @generated SignedSource<<df008a78acc9b0104c54e06849d5e9b9 >>
7
+ * @generated SignedSource<<c6a66e41c480c72adb2398bfbb140907 >>
8
8
*/
9
9
10
10
/* *
@@ -323,7 +323,7 @@ public object ReactNativeFeatureFlags {
323
323
* This is **dangerous** because it can introduce consistency issues that will
324
324
* be much harder to debug. For example, it could hide the fact that feature
325
325
* 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
327
327
* behaviors that were configured with different values before.
328
328
*
329
329
* It returns a string that contains the feature flags that were accessed
Original file line number Diff line number Diff line change 4
4
* This source code is licensed under the MIT license found in the
5
5
* LICENSE file in the root directory of this source tree.
6
6
*
7
- * @generated SignedSource<<29cdbefbe02064df4fb65388e64f95a4 >>
7
+ * @generated SignedSource<<cb3921742b4bb8618de0aa9db3931b56 >>
8
8
*/
9
9
10
10
/* *
@@ -291,7 +291,7 @@ class ReactNativeFeatureFlags {
291
291
* This is **dangerous** because it can introduce consistency issues that will
292
292
* be much harder to debug. For example, it could hide the fact that feature
293
293
* 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
295
295
* behaviors that were configured with different values before.
296
296
*
297
297
* Please see the documentation of `dangerouslyReset` for additional details.
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ ${Object.entries(definitions.common)
100
100
* This is **dangerous** because it can introduce consistency issues that will
101
101
* be much harder to debug. For example, it could hide the fact that feature
102
102
* 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
104
104
* behaviors that were configured with different values before.
105
105
*
106
106
* It returns a string that contains the feature flags that were accessed
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ ${Object.entries(definitions.common)
99
99
* This is **dangerous** because it can introduce consistency issues that will
100
100
* be much harder to debug. For example, it could hide the fact that feature
101
101
* 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
103
103
* behaviors that were configured with different values before.
104
104
*
105
105
* Please see the documentation of \`dangerouslyReset\` for additional details.
You can’t perform that action at this time.
0 commit comments