From 680eb679da014f425b922b066c2e4d34556cd500 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 5 Jun 2019 17:14:18 +0200 Subject: [PATCH] Fix typo --- docs/contributing/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/plugins.rst b/docs/contributing/plugins.rst index 3f91244..faeb75c 100644 --- a/docs/contributing/plugins.rst +++ b/docs/contributing/plugins.rst @@ -24,7 +24,7 @@ stability required for a good plugin ecosystem. Installing Plugins ================== -Include ``--plugin `` in the Installer script. See :ref:`topics/customizing-installer` for more info. +Include ``--plugin `` in the Installer script. See :ref:`topic/customizing-installer` for more info. Example Plugins ===============