diff --git a/apps/next/src/content/docs/llamaindex/setup/typescript.mdx b/apps/next/src/content/docs/llamaindex/setup/typescript.mdx index 434ab28fd6..b25e5ee542 100644 --- a/apps/next/src/content/docs/llamaindex/setup/typescript.mdx +++ b/apps/next/src/content/docs/llamaindex/setup/typescript.mdx @@ -84,7 +84,7 @@ Imaging you put output file into `/dist/openai.js` but you are importing `llamai } ``` -In old module resolution, TypeScript will not be able to find the module because it is not follow the file structure, even you run `node index.js` successfully. (on Node.js >=16) +In old module resolution, TypeScript will not be able to find the module because it is not following the file structure, even you run `node index.js` successfully. (on Node.js >=16) See more about [moduleResolution](https://www.typescriptlang.org/docs/handbook/modules/theory.html#module-resolution) or [TypeScript 5.0 blog](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#--moduleresolution-bundler7).