From 92be4067ca37e28af4479f61d00a1bfff886455a Mon Sep 17 00:00:00 2001 From: Jerzy Chalupski Date: Mon, 9 Dec 2019 20:12:52 +0100 Subject: [PATCH] Fix typos --- src/Parser.elm | 2 +- src/Parser/Advanced.elm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Parser.elm b/src/Parser.elm index 2b04394..356690c 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! diff --git a/src/Parser/Advanced.elm b/src/Parser/Advanced.elm index 6af483b..6f85446 100644 --- a/src/Parser/Advanced.elm +++ b/src/Parser/Advanced.elm @@ -62,7 +62,7 @@ infix left 5 (|=) = keeper infix left 6 (|.) = ignorer -{- NOTE: the (|.) oporator binds tighter to slightly reduce the amount +{- NOTE: the (|.) operator binds tighter to slightly reduce the amount of recursion in pipelines. For example: func