Skip to content

Commit b7f3474

Browse files
docs: fix grammar issue in assign.ipynb and fireworks.ipynb (#31412)
Co-authored-by: ccurme <[email protected]>
1 parent dd4fc8a commit b7f3474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/how_to/assign.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"\n",
158158
"## Next steps\n",
159159
"\n",
160-
"Now you've learned how to pass data through your chains to help to help format the data flowing through your chains.\n",
160+
"Now you've learned how to pass data through your chains to help format the data flowing through your chains.\n",
161161
"\n",
162162
"To learn more, see the other how-to guides on runnables in this section."
163163
]

docs/docs/integrations/chat/fireworks.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"# ChatFireworks\n",
1919
"\n",
20-
"This doc help you get started with Fireworks AI [chat models](/docs/concepts/chat_models). For detailed documentation of all ChatFireworks features and configurations head to the [API reference](https://python.langchain.com/api_reference/fireworks/chat_models/langchain_fireworks.chat_models.ChatFireworks.html).\n",
20+
"This doc helps you get started with Fireworks AI [chat models](/docs/concepts/chat_models). For detailed documentation of all ChatFireworks features and configurations head to the [API reference](https://python.langchain.com/api_reference/fireworks/chat_models/langchain_fireworks.chat_models.ChatFireworks.html).\n",
2121
"\n",
2222
"Fireworks AI is an AI inference platform to run and customize models. For a list of all models served by Fireworks see the [Fireworks docs](https://fireworks.ai/models).\n",
2323
"\n",
@@ -39,7 +39,7 @@
3939
"\n",
4040
"### Credentials\n",
4141
"\n",
42-
"Head to (ttps://fireworks.ai/login to sign up to Fireworks and generate an API key. Once you've done this set the FIREWORKS_API_KEY environment variable:"
42+
"Head to (https://fireworks.ai/login to sign up to Fireworks and generate an API key. Once you've done this set the FIREWORKS_API_KEY environment variable:"
4343
]
4444
},
4545
{

0 commit comments

Comments
 (0)