Skip to content

Commit 2d9de25

Browse files
authored
Fix typo in 080-turborepo.mdx (#7296)
1 parent 84deaf4 commit 2d9de25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/800-guides/080-turborepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Run your package manager's install command inside the `apps/web` directory:
509509
</TabItem>
510510
</TabbedContent>
511511

512-
Let's import the intantiated `prisma` client from the `database` package in the `web` app.
512+
Let's import the instantiated `prisma` client from the `database` package in the `web` app.
513513

514514
In the `apps/web/app` directory, open the `page.tsx` file and add the following code:
515515

0 commit comments

Comments
 (0)