From 4aad4ca13fe1909de0e6e92515e382a78b3aefec Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 14 Mar 2025 09:23:01 -0700 Subject: [PATCH] docs: remove backticks from heading --- documentation/docs/60-appendix/10-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/60-appendix/10-faq.md b/documentation/docs/60-appendix/10-faq.md index ab880e3fec2e..cef685906c53 100644 --- a/documentation/docs/60-appendix/10-faq.md +++ b/documentation/docs/60-appendix/10-faq.md @@ -62,7 +62,7 @@ Put the code to query your database in a [server route](./routing#server) - don' You can use [the Svelte CLI](/docs/cli/overview) to automatically set up database integrations. -## How do I use a client-side library accessing `document` or `window`? +## How do I use a client-side library accessing document or window? If you need access to the `document` or `window` variables or otherwise need code to run only on the client-side you can wrap it in a `browser` check: