Skip to content

Commit

Permalink
docs: fix code block (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic authored Nov 13, 2024
1 parent e5342eb commit eb5e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/proxy-service/0.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit eb5e45a

Please sign in to comment.