docs(v2): Fix typo in using-plugins.md (#5750)

This commit is contained in:
Thanasis Katsadas 2021-10-20 16:38:25 +03:00 committed by GitHub
parent 43a4001c7e
commit 1e0a32924b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {