From 5a63f3172c736fbbf18935f89a8ea97afc4da329 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sun, 10 Jan 2016 23:34:02 +0000 Subject: [PATCH] Typos. --- PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 9f23bcc6..ec63d203 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -27,9 +27,9 @@ def plugin_start(): # Plugin Hooks ## Configuration -If you want your plugin to be configurable via the GUI you can define a frame (panel) to be displayed on it's own tab in EDMC's settings dialog. Use widgets from EDMC's myNotebook.py for the correct look-and-feel. +If you want your plugin to be configurable via the GUI you can define a frame (panel) to be displayed on its own tab in EDMC's settings dialog. Use widgets from EDMC's myNotebook.py for the correct look-and-feel. -You can use `set()`, `get()` and `getint()` from EDMC's config object to store and retrieve your plugin's settings in a platform-independant way. +You can use `set()`, `get()` and `getint()` from EDMC's config object to store and retrieve your plugin's settings in a platform-independent way. ``` import myNotebook as nb