From 00352f9c85560cdfe6a24a9adb300ba39cc15e4b Mon Sep 17 00:00:00 2001 From: Ethan McCue Date: Fri, 23 Nov 2018 13:07:45 -0500 Subject: [PATCH] Fix a small typo in the docs One line in the docs currently says "interactivite" instead of "interactive". This is just a small patch to fix that. --- src/Parser.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser.elm b/src/Parser.elm index 5a8b03a..f7c5d9a 100644 --- a/src/Parser.elm +++ b/src/Parser.elm @@ -158,7 +158,7 @@ type Problem read. **Note:** This is just a baseline of quality. It cannot do anything with colors. -It is not interactivite. It just turns the raw data into strings. I really hope +It is not interactive. It just turns the raw data into strings. I really hope folks will check out the source code for some inspiration on how to turn errors into `Html` with nice colors and interaction! The `Parser.Advanced` module lets you work with context as well, which really unlocks another level of quality!