Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/batch-changes/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading