Skip to content

Commit 6f91d68

Browse files
PrathamSikka24Pratham Sikka
andauthored
docs: fix typescript spelling typo in onboarding samples path (#793)
Co-authored-by: Pratham Sikka <prathamsikka@Prathams-MacBook-Air.local>
1 parent 3d58539 commit 6f91d68

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a sample app to test Keploy integration capabilities using NextJS and Po
2222
Now that we have bun installed, we will setup our application.
2323

2424
```bash
25-
git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres
25+
git clone https://github.com/keploy/samples-typescript && cd samples-typescript/nextjs-postgres
2626

2727
## Download node modules
2828
npm install

versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import ProductTier from '@site/src/components/ProductTier';
3030
Now that we have bun installed, we will se tup our application.
3131

3232
```bash
33-
git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres
33+
git clone https://github.com/keploy/samples-typescript && cd samples-typescript/nextjs-postgres
3434

3535
## Download node modules
3636
npm install

versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import ProductTier from '@site/src/components/ProductTier';
3030
Now that we have bun installed, we will se tup our application.
3131

3232
```bash
33-
git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres
33+
git clone https://github.com/keploy/samples-typescript && cd samples-typescript/nextjs-postgres
3434

3535
## Download node modules
3636
npm install

0 commit comments

Comments
 (0)