mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
docs(v2): fix typo in code block on Using plugins page (#4910)
This commit is contained in:
parent
f10304dd11
commit
aebfc45627
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ module.exports = {
|
||||||
// ...
|
// ...
|
||||||
plugins: [
|
plugins: [
|
||||||
// highligh-start
|
// highligh-start
|
||||||
function myPlugin(contex, options) {
|
function myPlugin(context, options) {
|
||||||
// ...
|
// ...
|
||||||
return {
|
return {
|
||||||
name: 'my-plugin',
|
name: 'my-plugin',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue