浏览代码

Fixed minor grammatical issues in documentation: Interface Types (#648)

Raghav Tyagi 1 年之前
父节点
当前提交
dc206c0999
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/advanced/interface_types.mdx

+ 1 - 1
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
 
 
-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
 ### Stream Response