docs(v2): fix typo in code block on Using plugins page (#4910)

This commit is contained in:
silva-nick 2021-06-05 09:24:45 -05:00 committed by GitHub
parent f10304dd11
commit aebfc45627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ module.exports = {
// ...
plugins: [
// highligh-start
function myPlugin(contex, options) {
function myPlugin(context, options) {
// ...
return {
name: 'my-plugin',