diff --git a/docs/developer/debugging-generated-code.mdx b/docs/developer/debugging-generated-code.mdx index b30d34844..e69fdd8e2 100644 --- a/docs/developer/debugging-generated-code.mdx +++ b/docs/developer/debugging-generated-code.mdx @@ -30,7 +30,7 @@ The structure of the generated code depends on the target you are using, but in everything needed to build and run the code. You can use VS Code's convenient Search functionality to find your reaction bodies and set breakpoints. You can also modify the code directly and recompile it using CMake, but be careful to save any changes that you -want to preserve somewhere else because the next time you run `lfc`, the `src-gen` directory will be overwrittend. +want to preserve somewhere else because the next time you run `lfc`, the `src-gen` directory will be overwritten. ## Running and Debugging Generated Code