Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/releases/upload-release-assets-for-dotslash.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down