From 804beb4635eb4eefc7d4f2c4708eb976543c66d1 Mon Sep 17 00:00:00 2001 From: Raaed Shaikh Date: Sat, 2 Sep 2023 23:40:59 +0530 Subject: [PATCH] fix typo --- content/guides/core/app-school/2-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/core/app-school/2-agent.md b/content/guides/core/app-school/2-agent.md index 7865593..f2300ad 100644 --- a/content/guides/core/app-school/2-agent.md +++ b/content/guides/core/app-school/2-agent.md @@ -285,7 +285,7 @@ If we again examine our agent core's payload by looking at the tail of - A Gall agent is a door with exactly ten specific arms and a sample of `bowl:gall`. - Each of the ten arms handle different kinds of events - Gall calls the - appropriate arm for the kind event it receives. + appropriate arm for the kind of event it receives. - The ten arms fit roughly into five categories: - State management. - Request handlers.