From 5d4d5e444d6e725df8ff8f7c9414a415163ccefc Mon Sep 17 00:00:00 2001 From: Thistle <119772739+d8bfd8@users.noreply.github.com> Date: Sun, 9 Jul 2023 12:05:14 +0800 Subject: [PATCH] Fix typo in goes-against-grain.md --- _faq/goes-against-grain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_faq/goes-against-grain.md b/_faq/goes-against-grain.md index 32b693c..ae8f74b 100644 --- a/_faq/goes-against-grain.md +++ b/_faq/goes-against-grain.md @@ -54,7 +54,7 @@ To start off with the todo entry modeled as a statechart would probably have dif ### AngularJS -Let's look at the code that handles saving athe AngularJS todomvc example: +Let's look at the code that handles saving the AngularJS todomvc example: ``` $scope.saveEdits = function (todo, event) {