Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Dec 13, 2024
1 parent 696d60d commit 9bd3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_ext/plugin_markup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PluginMarkupDirective(SphinxDirective):
```{plugin-markup} path/to/plugins.json
```
For each plugin listed in the file, a ``<script type="application/ld.json">`` tag
For each plugin listed in the file, a ``<script type="application/ld+json">`` tag
is generated.
"""
required_arguments = 1
Expand Down

0 comments on commit 9bd3813

Please sign in to comment.