From eb5e45a394c5c0dff1f1efd11b911ffb32c4b980 Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:58:06 +1100 Subject: [PATCH] docs: fix code block (#78) --- docs/content/proxy-service/0.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/proxy-service/0.installation.md b/docs/content/proxy-service/0.installation.md index c84f803..ca10550 100644 --- a/docs/content/proxy-service/0.installation.md +++ b/docs/content/proxy-service/0.installation.md @@ -118,7 +118,7 @@ In the same file, define a proxy service for our `TodosRepo`: export const [registerTodosRepo, getTodosRepo] = defineProxyService('TodosRepo', createTodosRepo); ``` -::: +:: Now that you have a service implemented, we need to tell the extension to use it! This needs to happen syncronously when your background script is loaded, so put it as high up as possible.