diff --git a/docs/UnityHelperScriptsGuide.md b/docs/UnityHelperScriptsGuide.md index 46c9d74..0c173e6 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);" ```