diff --git a/real_world_prompting/05_customer_support_ai.ipynb b/real_world_prompting/05_customer_support_ai.ipynb index 443a93c7..ff7306c6 100644 --- a/real_world_prompting/05_customer_support_ai.ipynb +++ b/real_world_prompting/05_customer_support_ai.ipynb @@ -878,7 +878,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Next, we'll also give the model specific instructions on how to respond if the obection conditions were not met. We'll ask the model to do the following: \n", + "Next, we'll also give the model specific instructions on how to respond if the objection conditions were not met. We'll ask the model to do the following: \n", "\n", "* think outloud inside of `` tags to determine if it has enough context to answer the question. \n", "* write a final answer inside of `` tags\n",