Skip to content

Commit

Permalink
docs(context): fix missing syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey authored Sep 7, 2021
1 parent 9cae4a6 commit a865bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This method avoids namespace collisions without all of the additional boilerplat

If for some reason the provider component cannot be discovered through the normal component discovery method, you can `import` the component manually and pass the constructor as the `from` attribute.

```
```marko
import Router from "../../some-strange-path/template.marko";
<context|data| from=Router>
Expand Down

0 comments on commit a865bec

Please sign in to comment.