docs: fix typo in DSPy docs (#24748)

**Description:** Just a missing "r" in metric
**Dependencies:**N/A
This commit is contained in:
Moritz 2024-07-28 01:34:39 +02:00 committed by GitHub
parent 152427eca1
commit b81fbc962c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -355,7 +355,7 @@
"id": "859daaee-ac5d-47f8-8704-827f5578bf1b", "id": "859daaee-ac5d-47f8-8704-827f5578bf1b",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Define a metic\n", "## Define a metric\n",
"\n", "\n",
"We now need to define a metric. This will be used to determine which runs were successful and we can learn from. Here we will use DSPy's metrics, though you can write your own." "We now need to define a metric. This will be used to determine which runs were successful and we can learn from. Here we will use DSPy's metrics, though you can write your own."
] ]