From c606dc6b1b80f5a6ad4e4a9f0a557709702ccbea Mon Sep 17 00:00:00 2001 From: Mark Ladyshau <47859603+mrkldshv@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:26:54 +0100 Subject: [PATCH] Fixed a small typo in the README (#1031) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba10bfd0..868592be5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The **@changesets/cli** package allows you to write `changeset` files as you mak If you just want to jump in to using changesets, the [Intro to using changesets](./docs/intro-to-using-changesets.md) and [@changesets/cli](./packages/cli/README.md) docs are where you should head. -If you want a detailed explanation of the the concepts behind changesets, or to understand how you would build on top +If you want a detailed explanation of the concepts behind changesets, or to understand how you would build on top of changesets, check out our [detailed-explanation](./docs/detailed-explanation.md). We also have a [dictionary](./docs/dictionary.md).