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