From c68fda99169d5a71208467ded7ecd33a0f03ebab Mon Sep 17 00:00:00 2001 From: DanielDango <45388651+DanielDango@users.noreply.github.com> Date: Tue, 5 May 2026 01:30:37 +0200 Subject: [PATCH] Fix typo in develop.md from 'Feliver' to 'Deliver' (#11868) --- docs/docs/plugins/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/plugins/develop.md b/docs/docs/plugins/develop.md index 0522f4ea34..fb6bfbec57 100644 --- a/docs/docs/plugins/develop.md +++ b/docs/docs/plugins/develop.md @@ -41,7 +41,7 @@ If you want to make your life easier, try to follow these guidelines; break wher from plugin import InvenTreePlugin, registry from plugin.mixins import APICallMixin, SettingsMixin, ScheduleMixin, BarcodeMixin ``` -- Feliver as a package (see [below](#packaging)) +- Deliver as a package (see [below](#packaging)) - If you need to use a private infrastructure, use the 'Releases' functions in GitHub or Gitlab. Point to the 'latest' release endpoint when installing to make sure the update function works - Tag your GitHub repo with `inventree` and `inventreeplugins` to make discovery easier. A discovery mechanism using these tags is on the roadmap. - Use GitHub actions to test your plugin regularly (you can [schedule actions](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule)) against the 'latest' [docker-build](https://hub.docker.com/r/inventree/inventree) of InvenTree