From 798e5ff8aeb5df71bb7adf0bf420caa00fe61fc8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 16 Aug 2022 11:58:16 +1000 Subject: [PATCH] Update plugins.md Fix typos --- docs/extend/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index b405767..aa18c5e 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -34,7 +34,7 @@ Please read all release notes and watch out for warnings - we generally provide #### Plugins -Generall classes an mechanisms are provided under the `plugin` [namespaces](https://github.com/inventree/InvenTree/blob/master/InvenTree/plugin/__init__.py). These include: +General classes and mechanisms are provided under the `plugin` [namespaces](https://github.com/inventree/InvenTree/blob/master/InvenTree/plugin/__init__.py). These include: ```python # Management objects