diff --git a/packages/strapi-generate-plugin/files/admin/src/containers/ExamplePage/index.js b/packages/strapi-generate-plugin/files/admin/src/containers/ExamplePage/index.js index 2500d6bc82..fed817b079 100644 --- a/packages/strapi-generate-plugin/files/admin/src/containers/ExamplePage/index.js +++ b/packages/strapi-generate-plugin/files/admin/src/containers/ExamplePage/index.js @@ -78,7 +78,7 @@ function mapDispatchToProps(dispatch) { { loadData, }, - dipatch, + dispatch, ); }