From 74276b94e96082d2ef924a70bde2de9c7f241901 Mon Sep 17 00:00:00 2001 From: Michael Bahr <1830132+bahrmichael@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:32:56 +0100 Subject: [PATCH] fix: remove surplus space --- docs/batch-changes/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batch-changes/quickstart.mdx b/docs/batch-changes/quickstart.mdx index 4be719611..a3ce9da25 100644 --- a/docs/batch-changes/quickstart.mdx +++ b/docs/batch-changes/quickstart.mdx @@ -96,7 +96,7 @@ Click **Apply** to create the batch change. You should see something like this: You've created your first Batch Change! 🎉 -The batch change's **changesets ** still need to be published, which means they exist only on Sourcegraph and have yet to be pushed to your code host. This is for your benefit, as you probably want to refrain from publishing these **Hello World** changesets to actively developed repositories. In the following steps, we'll prepare to publish a single test changeset. +The batch change's **changesets** still need to be published, which means they exist only on Sourcegraph and have yet to be pushed to your code host. This is for your benefit, as you probably want to refrain from publishing these **Hello World** changesets to actively developed repositories. In the following steps, we'll prepare to publish a single test changeset. ## Publish a changeset