fix: typo in comment

Christian Rocha and Justin Johnson created

Co-authored-by: Justin Johnson <jeepinbird@gmail.com>

Change summary

CRUSH.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

CRUSH.md 🔗

@@ -62,7 +62,7 @@ func TestYourFunction(t *testing.T) {
 
 ## Comments
 
-- Comments that live one their own lines should start with capital letters and
+- Comments that live on their own lines should start with capital letters and
   end with periods. Wrap comments at 78 columns.
 
 ## Committing