summaryrefslogtreecommitdiff
path: root/continuedev/notes.md
diff options
context:
space:
mode:
authorLangLangBart <92653266+LangLangBart@users.noreply.github.com>2023-09-15 18:37:09 +0200
committerGitHub <noreply@github.com>2023-09-15 09:37:09 -0700
commit775d051b4bcdbe07fbd38fae4d3e36e79234eb56 (patch)
treec8d3c26ac42ef9a1ca5cab601f43488675375161 /continuedev/notes.md
parentffc242ef2ab4ef16306afb237a781937a6c6d52c (diff)
downloadsncontinue-775d051b4bcdbe07fbd38fae4d3e36e79234eb56.tar.gz
sncontinue-775d051b4bcdbe07fbd38fae4d3e36e79234eb56.tar.bz2
sncontinue-775d051b4bcdbe07fbd38fae4d3e36e79234eb56.zip
fix: some typos (#478)
Diffstat (limited to 'continuedev/notes.md')
-rw-r--r--continuedev/notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/notes.md b/continuedev/notes.md
index bfd8cf4a..469d4950 100644
--- a/continuedev/notes.md
+++ b/continuedev/notes.md
@@ -25,7 +25,7 @@ There should be different levels of abstraction at which you can work with these
---
- One big thing that happens as you're fixing errors is that you encounter a fork in the road. The language model should be able to present you with both options, and you just click to decide.
-- What I'm doing right now: I write a bunch of code without running it, then ahve to solve a bunch of errors at once, but small obvious ones. We can do this all automatically.
+- What I'm doing right now: I write a bunch of code without running it, then have to solve a bunch of errors at once, but small obvious ones. We can do this all automatically.
---