mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +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: [
|
||||
// highligh-start
|
||||
function myPlugin(contex, options) {
|
||||
function myPlugin(context, options) {
|
||||
// ...
|
||||
return {
|
||||
name: 'my-plugin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue