From fb423ebf40a5df511ae94c1d46280d625d144555 Mon Sep 17 00:00:00 2001 From: Marco Karaula Date: Tue, 14 Jul 2020 15:06:38 +0200 Subject: [PATCH] Fixed typo in write-your-plugin.md --- website/docs/custom-codegen/write-your-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/custom-codegen/write-your-plugin.md b/website/docs/custom-codegen/write-your-plugin.md index 0bb79ea31fd..8e68254531a 100644 --- a/website/docs/custom-codegen/write-your-plugin.md +++ b/website/docs/custom-codegen/write-your-plugin.md @@ -75,7 +75,7 @@ module.exports = { The third argument of your function is `config` and it includes an object with the configuration passed to your plugin. -You can use it to tweak the behavior of your plugin and allow develoeprs to customize the output easily. +You can use it to tweak the behavior of your plugin and allow developers to customize the output easily. You can pass configuration to your plugin in the following this way: