From 3ceb5df44d6a6aface023c6674986542bbdacaa1 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 29 Sep 2019 12:30:43 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b4840..0cb5aae 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ yet automatically converted, but an implementation is planned. You can define your own LittleChef tasks as Python plugin modules. They should be located in the `plugins` directory. The filename will be the plugin name and the module docstring -the description. Each plugin should define an execute funtion, which will then be +the description. Each plugin should define an execute function, which will then be executed when applying a plugin on a node (the *Cooking* section describes how to run a plugins).