From 9582a5a54bcb77eece1bbc823737712c2caf631a Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Thu, 19 Dec 2024 14:53:59 -0700 Subject: [PATCH] docs: fix CONTRIBUTING.md typo (#9637) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6a186389b438..dc84d78acf0e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -219,4 +219,4 @@ To test out the experience of your example with `create-turbo`, run `create-turb npx create-turbo@latest --example https://github.com/your-org/your-repo/tree/your-branch/... ``` -This will allow you to use the example as a uesr would. +This will allow you to use the example as a user would.