mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
docs(v2): Fix typo in using-plugins.md (#5750)
This commit is contained in:
parent
43a4001c7e
commit
1e0a32924b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ You can use a plugin as a function, directly in the Docusaurus config file:
|
|||
module.exports = {
|
||||
// ...
|
||||
plugins: [
|
||||
// highligh-start
|
||||
// highlight-start
|
||||
function myPlugin(context, options) {
|
||||
// ...
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue