Skip to content

Commit

Permalink
docs: Fix config name from egg-Plugin to eggPlugin in plugin's doc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenyang authored and dead-horse committed Jul 20, 2017
1 parent 594eaa6 commit 2b78b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/zh-cn/advanced/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ title: 插件开发
// plugin b
{
"name": "egg-plugin-b",
"egg-Plugin": {
"eggPlugin": {
"name": "b",
"optionalDependencies": [ "c" ]
}
Expand All @@ -106,7 +106,7 @@ title: 插件开发
// plugin c
{
"name": "egg-plugin-c",
"egg-Plugin": {
"eggPlugin": {
"name": "c"
}
}
Expand Down

0 comments on commit 2b78b4c

Please sign in to comment.