Fix typo in onboarding (#1316)

fix typo
This commit is contained in:
Greg Sweeney
2024-01-23 17:46:34 -05:00
committed by GitHub
parent 69f72d62e0
commit 6efe6b54c0

View File

@ -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 languagecalled <code>kcl</code>
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 <code>kcl</code> will evolve, and we want to hear your
thoughts on it.