docs: typo

This commit is contained in:
Felix Spöttel 2022-10-29 17:27:53 +02:00
parent 412c0ae687
commit 3fb88bc654
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
> **Note**
> The session cookie might expire after a while (~1 month) which causes the automated workflow to fail. To fix this issue, refresh the `AOC_SESSION` secret.
### Using VS Code to debug your code
### Use VS Code to debug your code
1. Install [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) and [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb).
2. Set breakpoints in your code. [^1]