From 6efe6b54c09304f04cc74c88c6cc10efab546c39 Mon Sep 17 00:00:00 2001 From: Greg Sweeney Date: Tue, 23 Jan 2024 17:46:34 -0500 Subject: [PATCH] Fix typo in onboarding (#1316) fix typo --- src/routes/Onboarding/CodeEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.