From 01782ad23ac5b4dc9dbffd4836c84bd7c916e205 Mon Sep 17 00:00:00 2001
From: Annosha <111076986+Annosha@users.noreply.github.com>
Date: Wed, 9 Oct 2024 10:40:48 -0700
Subject: [PATCH] Update CONTRIBUTING.md

Co-authored-by: Trent Mick <trentm@gmail.com>
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2f6dfb5f9e2..3d78418a01a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -229,7 +229,7 @@ Packages that are expected to run in the browser have browser specific tests:
 # Run browser-specific test
 npm run test:browser
 
-#Run web worker test
+# Run web worker test
 npm run test:webworker
 ```