From fa5644bd07690fcfe4cc5803d7aa368e9a5d1452 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 2 Jun 2021 15:38:27 +0200 Subject: [PATCH] Fix typo in UnityHelperScriptsGuide.md An `e` is missing in`suit_setup` in the `my_config.yml`. --- docs/UnityHelperScriptsGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UnityHelperScriptsGuide.md b/docs/UnityHelperScriptsGuide.md index 46c9d74d..0c173e61 100644 --- a/docs/UnityHelperScriptsGuide.md +++ b/docs/UnityHelperScriptsGuide.md @@ -74,7 +74,7 @@ to love the next section of this document. - stdio.h - microdefs.h :cexception: 1 - :suit_setup: "blah = malloc(1024);" + :suite_setup: "blah = malloc(1024);" :suite_teardown: "free(blah);" ```