From 84e01f255eaa114d4cd5e93396a26842eb8e4cac Mon Sep 17 00:00:00 2001 From: Scott Cazan Date: Thu, 4 Apr 2024 15:47:11 +0200 Subject: [PATCH] small typo --- docs/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/caching.md b/docs/caching.md index fee072915d..29bd8a297d 100644 --- a/docs/caching.md +++ b/docs/caching.md @@ -10,7 +10,7 @@ Invalidate cache can be done at two levels using tags: To invalidate and refetch the data cache, you can execute a POST request to `/~/gitbook/revalidate`: ```bash -curl --location --request POST 'https://gitbook/mycompany.com/~gitbook/revalidate' \ +curl --location --request POST 'https://gitbook.mycompany.com/~gitbook/revalidate' \ --header 'Content-Type: application/json' \ --data-raw '{"tags": ["space.id"]}' ```