From 4f5f0e67099135e678a5863a98297f965419bc05 Mon Sep 17 00:00:00 2001 From: Naresh Khatri <32219857+Naresh-Khatri@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:16:19 +0530 Subject: [PATCH] fix(docs): correct grammar in turborepo setup message --- docs/repo-docs/getting-started/add-to-existing-repository.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/getting-started/add-to-existing-repository.mdx b/docs/repo-docs/getting-started/add-to-existing-repository.mdx index 04dce769d1521..28f23c4ebbccd 100644 --- a/docs/repo-docs/getting-started/add-to-existing-repository.mdx +++ b/docs/repo-docs/getting-started/add-to-existing-repository.mdx @@ -255,7 +255,7 @@ Note that this step doesn't provide much value in a single-package workspace sin ## Next steps -You now up and running with Turborepo! To learn about more ways you can improve your workflow and get the most out of `turbo`, we recommend checking out the following pages: +You're now up and running with Turborepo! To learn about more ways you can improve your workflow and get the most out of `turbo`, we recommend checking out the following pages: - [Enabling Remote Caching for development machines](/repo/docs/crafting-your-repository/constructing-ci#enabling-remote-caching) - [Enabling Remote Caching in CI](/repo/docs/crafting-your-repository/constructing-ci)