From 4b7bf16ea4f5f81b179353f5a61f300eb4042e06 Mon Sep 17 00:00:00 2001 From: Pratham Sikka Date: Tue, 17 Feb 2026 16:13:32 +0530 Subject: [PATCH] docs: fix typescript spelling typo in onboarding samples path --- versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md | 2 +- versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md | 2 +- versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md b/versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md index dd72f2e9b..a2d9adf51 100644 --- a/versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md +++ b/versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md @@ -22,7 +22,7 @@ This is a sample app to test Keploy integration capabilities using NextJS and Po Now that we have bun installed, we will setup our application. ```bash -git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres +git clone https://github.com/keploy/samples-typescript && cd samples-typescript/nextjs-postgres ## Download node modules npm install diff --git a/versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md b/versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md index 571cf2637..f15335ea5 100644 --- a/versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md +++ b/versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md @@ -30,7 +30,7 @@ import ProductTier from '@site/src/components/ProductTier'; Now that we have bun installed, we will se tup our application. ```bash -git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres +git clone https://github.com/keploy/samples-typescript && cd samples-typescript/nextjs-postgres ## Download node modules npm install diff --git a/versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md b/versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md index 571cf2637..f15335ea5 100644 --- a/versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md +++ b/versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md @@ -30,7 +30,7 @@ import ProductTier from '@site/src/components/ProductTier'; Now that we have bun installed, we will se tup our application. ```bash -git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres +git clone https://github.com/keploy/samples-typescript && cd samples-typescript/nextjs-postgres ## Download node modules npm install