From 85217b57c3b92d8c92dfecc8e8c5353b4d749802 Mon Sep 17 00:00:00 2001 From: TheophileDiot Date: Tue, 12 Jul 2022 18:06:41 +0200 Subject: [PATCH] Fix a typo in the plugin page in the docs --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 22e7c67da..c800b7114 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -405,7 +405,7 @@ Otherwise, the form will not be submitted because of the CSRF token protection. Plugins pages are displayed in the **Plugins** section of the Web UI. -!!! info "useful information" +!!! info "Useful information" You can use Python libraries in your **actions.py** file. You just have to **import** them. Here are the main list of available libraries : `Flask`, `Flask-Login`, `Flask-WTF`, `beautifulsoup4`, `docker`, `Jinja2`, `python-magic` and `requests`