From c941f384deecf4f2b77dc623af623b289fc7d708 Mon Sep 17 00:00:00 2001 From: SJLIM Date: Thu, 28 May 2026 08:43:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=B3=B5=EB=90=9C=20=EB=8B=A8?= =?UTF-8?q?=EC=96=B4=EB=A5=BC=20=EC=A0=95=EB=A6=AC=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 주석에 남아 있던 중복 단어를 제거해 문장을 자연스럽게 다듬었습니다. --- packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js | 2 +- .../kotlin/com/facebook/react/utils/JdkConfiguratorUtils.kt | 2 +- .../com/facebook/react/views/virtual/VirtualViewRenderState.kt | 2 +- scripts/releases/upload-release-assets-for-dotslash.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js b/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js index 840bf2a13535..0eedf4287d3d 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js +++ b/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js @@ -39,7 +39,7 @@ export type CdpMessageToTarget = Readonly<{ }>; /** - * Send a CDP message from from the target with the given pageId to the debugger. + * Send a CDP message from the target with the given pageId to the debugger. * Returns the message as received by the debugger. */ export async function sendFromTargetToDebugger< diff --git a/packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/JdkConfiguratorUtils.kt b/packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/JdkConfiguratorUtils.kt index 151b53eaf6f2..80d028e061bb 100644 --- a/packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/JdkConfiguratorUtils.kt +++ b/packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/JdkConfiguratorUtils.kt @@ -18,7 +18,7 @@ import org.jetbrains.kotlin.gradle.dsl.kotlinExtension internal object JdkConfiguratorUtils { /** - * Function that takes care of configuring the JDK toolchain for all the projects projects. As we + * Function that takes care of configuring the JDK toolchain for all the projects. As we * do decide the JDK version based on the AGP version that RNGP brings over, here we can safely * configure the toolchain to 17. */ diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/virtual/VirtualViewRenderState.kt b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/virtual/VirtualViewRenderState.kt index 0b3804a27af2..3d92c2994136 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/virtual/VirtualViewRenderState.kt +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/virtual/VirtualViewRenderState.kt @@ -8,7 +8,7 @@ package com.facebook.react.views.virtual /** - * Represents the the render state of children in the most recent commit. + * Represents the render state of children in the most recent commit. * * This enables `ReactVirtualView` to know whether a previously emitted `VirtualViewModeChangeEvent` * has been committed, in order to only emit subsequent events that would change it. diff --git a/scripts/releases/upload-release-assets-for-dotslash.js b/scripts/releases/upload-release-assets-for-dotslash.js index 270d265909b0..d8e3441e6a95 100644 --- a/scripts/releases/upload-release-assets-for-dotslash.js +++ b/scripts/releases/upload-release-assets-for-dotslash.js @@ -180,7 +180,7 @@ async function uploadReleaseAssetsForDotSlashFile( * Given a description of a DotSlash artifact for a particular platform, * infers the upstream URL ( = where the binary is currently available) and * release asset URL ( = where the binary will be hosted after the release), - * then downloads the asset from the the upstream URL and uploads it to GitHub + * then downloads the asset from the upstream URL and uploads it to GitHub * at the desired URL. */ async function fetchUpstreamAssetAndUploadToRelease(