From f1ce32afd6e35ff491ae41b38e28ed670535add0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 11 Jun 2020 10:19:55 +0200 Subject: [PATCH] Fix typo --- docs/en/development/plugins/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/development/plugins/publish.md b/docs/en/development/plugins/publish.md index 0556b4d2a8..079725e43f 100644 --- a/docs/en/development/plugins/publish.md +++ b/docs/en/development/plugins/publish.md @@ -9,7 +9,7 @@ If you want to share your plugin with SCM-Manager users, you can publish it to t * Develop your plugin as described in [Create a plugin](../create/) * Fork the [Plugin Center Repository](https://github.com/scm-manager/plugin-center) * Create a folder with the name of your plugin under the `content/plugins` directory -* Create a `plugin.yml` in taht folder, which describes your plugin e.g.: +* Create a `plugin.yml` in this folder, which describes your plugin e.g.: ```yaml name: scm-cas-plugin