From dc206c099953defd0723f76d87cf75a42bee89d5 Mon Sep 17 00:00:00 2001 From: Raghav Tyagi <67641632+Shady2kOver@users.noreply.github.com> Date: Sun, 24 Sep 2023 22:17:47 +0530 Subject: [PATCH] Fixed minor grammatical issues in documentation: Interface Types (#648) --- docs/advanced/interface_types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/interface_types.mdx b/docs/advanced/interface_types.mdx index 0d8fe9ca..8fbc2ae9 100644 --- a/docs/advanced/interface_types.mdx +++ b/docs/advanced/interface_types.mdx @@ -36,7 +36,7 @@ print(naval_chat_bot.chat("what did the author say about happiness?")) #### Dry Run -Dry Run is an option in the `add`, `query` and `chat` methods that allows the user to displays the data chunks and their constructed prompt which is not send to the LLM, to save money. It's used for [testing](/advanced/testing#dry-run). +Dry Run is an option in the `add`, `query` and `chat` methods that allows the user to display the data chunks and their constructed prompt which is not sent to the LLM, to save money. It's used for [testing](/advanced/testing#dry-run). ### Stream Response