diff options
author | LangLangBart <92653266+LangLangBart@users.noreply.github.com> | 2023-09-15 18:37:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 09:37:09 -0700 |
commit | 775d051b4bcdbe07fbd38fae4d3e36e79234eb56 (patch) | |
tree | c8d3c26ac42ef9a1ca5cab601f43488675375161 /CONTRIBUTING.md | |
parent | ffc242ef2ab4ef16306afb237a781937a6c6d52c (diff) | |
download | sncontinue-775d051b4bcdbe07fbd38fae4d3e36e79234eb56.tar.gz sncontinue-775d051b4bcdbe07fbd38fae4d3e36e79234eb56.tar.bz2 sncontinue-775d051b4bcdbe07fbd38fae4d3e36e79234eb56.zip |
fix: some typos (#478)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0ea7556..21f5e970 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ VSCode is assumed for development as Continue is primarily a VSCode tool at the 3. Hit play button 4. This will start both the server and the extension in debug mode and open a new VSCode window with continue extension 1. I call the VSCode window with the extension the *Host VSCode* - 2. The window you started debugging from is reffered to as the *Main VSCode* + 2. The window you started debugging from is referred to as the *Main VSCode* 5. Notice 2 debug sessions are running, one for the server and one for the extension, you can also set breakpoints in both 4. Lets try using breakpoints: |