From c8e7d42b0012e1b8f6b563342881834dd5f8229e Mon Sep 17 00:00:00 2001 From: Ian Norton Date: Fri, 8 Jan 2016 11:58:36 +0000 Subject: [PATCH] typo --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 727407ce..5338eac8 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -21,7 +21,7 @@ def plugin_start(): # Plugin Hooks ## Configuration -If you want your plugin to be configurable via the GUI you can define form to be used by EDMC's settings window. +If you want your plugin to be configurable via the GUI you can define a form (tab) to be used by EDMC's settings window. ``` import Tkinter as tk