Skip to content

Commit 5b16cdf

Browse files
SJvaca30meta-codesync[bot]
authored andcommitted
Generated from a GitHub Pull Request. Run 'jf sync' on this diff to load the correct commit data. (#56985)
Summary: Remove duplicated words from comments in a release script, a dev middleware test helper, the Gradle plugin JDK utility, and the virtual view render state. ## Changelog: [INTERNAL] [FIXED] - Fix duplicated words in source comments. Pull Request resolved: #56985 Test Plan: Comments. Reviewed By: cortinico Differential Revision: D106615714 Pulled By: fabriziocucci fbshipit-source-id: cbb08abc5c0e6fbcfe2299c00aa05e67901b9f4c
1 parent 7a8344c commit 5b16cdf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type CdpMessageToTarget = Readonly<{
3939
}>;
4040

4141
/**
42-
* Send a CDP message from from the target with the given pageId to the debugger.
42+
* Send a CDP message from the target with the given pageId to the debugger.
4343
* Returns the message as received by the debugger.
4444
*/
4545
export async function sendFromTargetToDebugger<

packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/JdkConfiguratorUtils.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import org.jetbrains.kotlin.gradle.dsl.kotlinExtension
1818

1919
internal object JdkConfiguratorUtils {
2020
/**
21-
* Function that takes care of configuring the JDK toolchain for all the projects projects. As we
22-
* do decide the JDK version based on the AGP version that RNGP brings over, here we can safely
23-
* configure the toolchain to 17.
21+
* Function that takes care of configuring the JDK toolchain for all the projects. As we do decide
22+
* the JDK version based on the AGP version that RNGP brings over, here we can safely configure
23+
* the toolchain to 17.
2424
*/
2525
fun configureJavaToolChains(input: Project) {
2626
// Check at the app level if react.internal.disableJavaVersionAlignment is set.

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/virtual/VirtualViewRenderState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package com.facebook.react.views.virtual
99

1010
/**
11-
* Represents the the render state of children in the most recent commit.
11+
* Represents the render state of children in the most recent commit.
1212
*
1313
* This enables `ReactVirtualView` to know whether a previously emitted `VirtualViewModeChangeEvent`
1414
* has been committed, in order to only emit subsequent events that would change it.

scripts/releases/upload-release-assets-for-dotslash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ async function uploadReleaseAssetsForDotSlashFile(
180180
* Given a description of a DotSlash artifact for a particular platform,
181181
* infers the upstream URL ( = where the binary is currently available) and
182182
* release asset URL ( = where the binary will be hosted after the release),
183-
* then downloads the asset from the the upstream URL and uploads it to GitHub
183+
* then downloads the asset from the upstream URL and uploads it to GitHub
184184
* at the desired URL.
185185
*/
186186
async function fetchUpstreamAssetAndUploadToRelease(

0 commit comments

Comments
 (0)