From c516dc2e1625344b87ad2f79a39fb5fdf2dd99dc Mon Sep 17 00:00:00 2001 From: Dei Vilkinsons <6226576+nonparibus@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:22:06 +0200 Subject: [PATCH] fix --- .../04_customer-reply.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hashdotdev/src/_pages/docs/08_simulations/03_tutorials/06_phase-1-building-a-simple-hotelling-model-in-2d/04_customer-reply.mdx b/apps/hashdotdev/src/_pages/docs/08_simulations/03_tutorials/06_phase-1-building-a-simple-hotelling-model-in-2d/04_customer-reply.mdx index 882b5713b03..5ab3c10b98b 100644 --- a/apps/hashdotdev/src/_pages/docs/08_simulations/03_tutorials/06_phase-1-building-a-simple-hotelling-model-in-2d/04_customer-reply.mdx +++ b/apps/hashdotdev/src/_pages/docs/08_simulations/03_tutorials/06_phase-1-building-a-simple-hotelling-model-in-2d/04_customer-reply.mdx @@ -1,5 +1,5 @@ --- -title: "Customer Reply' +title: "Customer Reply" --- Now that Business agents are communicating with Customers, we need the Customers to send a reply back. To do this, let’s look at `customer.js`. Every time a Customer agent receives a batch of messages, it will: