From 374f4cd2bfb0f7ce98db0e15ba568a77a7ecb5ef Mon Sep 17 00:00:00 2001 From: ZC Wong <52870701+wongzc@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:18:47 +0800 Subject: [PATCH] fix typo (#12338) fixed a typo in docs/docs/integrations/toolkits/github.ipynb --- docs/docs/integrations/toolkits/github.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/toolkits/github.ipynb b/docs/docs/integrations/toolkits/github.ipynb index f72c0c8a60a..3eb7a18aec0 100644 --- a/docs/docs/integrations/toolkits/github.ipynb +++ b/docs/docs/integrations/toolkits/github.ipynb @@ -354,7 +354,7 @@ "issue = github.get_issue(9)\n", "\n", "prompt = f\"\"\"\n", - "You are a seinor frontend developer who is experienced in HTML, CSS, and JS- especially React.\n", + "You are a senior frontend developer who is experienced in HTML, CSS, and JS- especially React.\n", "You have been assigned the below issue. Complete it to the best of your ability.\n", "Remember to first make a plan and pay attention to details like file names and commonsense.\n", "Then execute the plan and use tools appropriately.\n",