Browse Source

fix(docs): Correct plugin-example configuration key (#2526)

Closes #2525
Florian Wild 2 years ago
parent
commit
6b31cf4238
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/guides/developer-guide/plugins/index.mdx

+ 1 - 1
docs/docs/guides/developer-guide/plugins/index.mdx

@@ -40,7 +40,7 @@ import { LanguageCode, PluginCommonModule, VendurePlugin } from '@vendure/core';
 
 @VendurePlugin({
     imports: [PluginCommonModule],
-    configure: config => {
+    configuration: config => {
         config.customFields.Customer.push({
             type: 'string',
             name: 'avatarUrl',