From 44c0272434e17516dbe8b27cdb25d2975654c355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Wed, 22 Feb 2023 03:44:24 +0100 Subject: [PATCH] fix typo --- recipes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.json b/recipes.json index 58f372a..cd90fa8 100644 --- a/recipes.json +++ b/recipes.json @@ -23,7 +23,7 @@ }, { "name": "Inocula!", - "description": "Add kojio spores", + "description": "Add koji spores", "exit_condition": "(manual-intervention \"Inocula\" '((\"Fatto\" #t)))", "on_load": "(notify \"Inocula ora!\")", "on_exit": "(notify (concat \"Inoculated at \" (now)))"