From 4241eedd9d0dda76e0a29aa34fcd5d054169aa88 Mon Sep 17 00:00:00 2001 From: Bryce <51974245+bryce-carson@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:35:02 -0600 Subject: [PATCH] Insert missing verb in caching.qmd Overview (#1742) (cherry picked from commit c029aaa8afdd926e57b09bf8a56edb654314895d) --- docs/computations/caching.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/computations/caching.qmd b/docs/computations/caching.qmd index b85407d2aa..ed44fba6b0 100644 --- a/docs/computations/caching.qmd +++ b/docs/computations/caching.qmd @@ -6,7 +6,7 @@ title: "Caching" When rendering documents with embedded computations becomes time-consuming, you may want to consider adding an execution cache, which will store the results of cell executions so they aren't re-executed with every document render. -Quarto integrates with the [Jupyter Cache](https://jupyter-cache.readthedocs.io/en/latest/) and [Knitr Cache](https://bookdown.org/yihui/rmarkdown-cookbook/cache.html) to cache time consuming code chunks. These two caching facilities distinct capabilities, and we'll cover each in detail below. +Quarto integrates with the [Jupyter Cache](https://jupyter-cache.readthedocs.io/en/latest/) and [Knitr Cache](https://bookdown.org/yihui/rmarkdown-cookbook/cache.html) to cache time consuming code chunks. These two caching facilities feature distinct capabilities, and we'll cover each in detail below. ## Jupyter Cache