From 8428e1eaf27902f258e9d6b9ae78941afe0e7781 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 16 Aug 2022 12:01:29 +1000 Subject: [PATCH] Update plugins.md Fix typo --- 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 aa18c5e..eacdccb 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -50,7 +50,7 @@ MixinNotImplementedError # Is raised if a mixin was not implemented (core mec #### Mixins -Mixins are split up internally to keep the source tree clean and enable better testing seperation. All public APIs that should be used are exposed under `plugin.mixins`. These include all built-in mixins and notification methods. An up-to-date reference can be found in the source code (current master can be [found here](https://github.com/inventree/InvenTree/blob/master/InvenTree/plugin/mixins/__init__.py)). +Mixins are split up internally to keep the source tree clean and enable better testing separation. All public APIs that should be used are exposed under `plugin.mixins`. These include all built-in mixins and notification methods. An up-to-date reference can be found in the source code (current master can be [found here](https://github.com/inventree/InvenTree/blob/master/InvenTree/plugin/mixins/__init__.py)). #### Models and other internal InvenTree APIs