Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scazan committed Apr 4, 2024
1 parent 2ed5445 commit 8f4dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}'
```
Expand Down

0 comments on commit 8f4dbd0

Please sign in to comment.