浏览代码

Update examples/typescript-simplechat/readme.md

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams 1 年之前
父节点
当前提交
b84d34e632
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/typescript-simplechat/readme.md

+ 1 - 1
examples/typescript-simplechat/readme.md

@@ -4,7 +4,7 @@ The **chat** endpoint is one of two ways to generate text from an LLM with Ollam
 
 
 ## Review the Code
 ## Review the Code
 
 
-You can see in the **chat** function that actually calling the endpoint is done simply with:
+You can see in the **chat** function that is actually calling the endpoint is simply done with:
 
 
 ```typescript
 ```typescript
 const body = {
 const body = {