diff --git a/app/docs/0.8.x/plugin-development/custom-entities.md b/app/docs/0.8.x/plugin-development/custom-entities.md index 667b0e4442a9..0353e8fdc1a2 100644 --- a/app/docs/0.8.x/plugin-development/custom-entities.md +++ b/app/docs/0.8.x/plugin-development/custom-entities.md @@ -110,7 +110,7 @@ To make the DAO Factory load your custom DAO(s), you will simply need to define This schema is to be defined in a module named: ``` -"kong.plugins..daos.lua" +"kong.plugins..daos" ``` Once that module returns your entity's schema, and assuming your plugin is loaded by Kong (see the `custom_plugins` property in `kong.yml`), the DAO Factory will use it to instanciate a DAO object (see [kong.dao]).