diff --git a/docs/src/content/docs/nl/plugins/index.mdx b/docs/src/content/docs/nl/plugins/index.mdx index e8b70fe6..272645a5 100644 --- a/docs/src/content/docs/nl/plugins/index.mdx +++ b/docs/src/content/docs/nl/plugins/index.mdx @@ -9,7 +9,7 @@ Plugins are ways to extend Castopod's core features. ## Plugin folder structure - * hello-world + * hallo-wereld * i18n * en.json * fr.json @@ -25,7 +25,7 @@ Plugins reside in the `plugins/` directory under a `vendor/` folder, ie. the organisation or person who authored the plugin. - * **plugins** + * **plug-ins** * acme * hello-world/ * … @@ -75,7 +75,7 @@ class AcmeHelloWorldPlugin extends BasePlugin } ``` -