From 54896f28e1f68e993597d2e85db3bf2e6bd287bd Mon Sep 17 00:00:00 2001 From: MartinSStewart Date: Sat, 19 Feb 2022 14:09:25 +0100 Subject: [PATCH] Fix typo in FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f04ad30a70..a80cc87ccc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -203,7 +203,7 @@ without concern. Prior to designing Roc, I taught a lot of beginner [Elm](https://elm-lang.org/) workshops. Sometimes at conferences, sometimes for [Frontend Masters](https://frontendmasters.com/courses/intro-elm/), sometimes for free at local coding bootcamps or meetup groups. -In total I've spent well over 100 hours standing in front of a class, introdcuing the students to their +In total I've spent well over 100 hours standing in front of a class, introducing the students to their first pure functional programming language. Here was my experience teaching currying: