diff --git a/docs/projects/code-execution.qmd b/docs/projects/code-execution.qmd index d6693f7ba..9fff45cc0 100644 --- a/docs/projects/code-execution.qmd +++ b/docs/projects/code-execution.qmd @@ -28,7 +28,7 @@ Freeze is generally used when you have either a large number of collaborators or The computational results of documents executed with `freeze` are stored in the `_freeze` directory, and re-used when needed to fulfill document renders. You should check the contents of `_freeze` into version control so that others rendering the project don't need to reproduce your computational environment to render it in their environment. -Note that you'll still want to take care to fully re-render your project when things outside of source code change (e.g. input data). You can remove previously frozen output by deleting the `_freeze` folder at the root of yourproject. +Note that you'll still want to take care to fully re-render your project when things outside of source code change (e.g. input data). You can remove previously frozen output by deleting the `_freeze` folder at the root of your project. ### Virtual Environments {#freeze-virtual-environments}