diff --git a/src/routes/Onboarding/CodeEditor.tsx b/src/routes/Onboarding/CodeEditor.tsx
index 58e4aa382..909a98d61 100644
--- a/src/routes/Onboarding/CodeEditor.tsx
+++ b/src/routes/Onboarding/CodeEditor.tsx
@@ -29,7 +29,7 @@ export default function CodeEditor() {
The left pane is where you write your code. It's a code editor with
syntax highlighting and autocompletion. We've decided to take the
difficult route of writing our own language—called kcl
- —for describing geometry, because don't want to inherit all the
+ —for describing geometry, because we don't want to inherit all the
other functionality from existing languages. We have a lot of ideas
about how kcl
will evolve, and we want to hear your
thoughts on it.