Skip to content

Commit 01a71df

Browse files
committed
fix(genapi): fix wording
1 parent cd76951 commit 01a71df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To perform chat conversations with Langchain, first install `langchain` and `@la
8181
npm install langchain @langchain/openai
8282
```
8383

84-
2. Edit your `package.json` file to ensure it has `"type": "module"` property:
84+
2. Edit your `package.json` file to ensure it has the `"type": "module"` property:
8585
```json
8686
{
8787
"type": "module",

0 commit comments

Comments
 (0)