Skip to content

Commit cf85ae0

Browse files
committed
Fix typos on quickstart page
1 parent 45d9e59 commit cf85ae0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

fern/products/sdks/pages/typescript/quickstart.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Typescript Quickstart
2+
title: TypeScript Quickstart
33
description: Get started quickly with the Fern Typescript SDK.
44
---
55

@@ -9,7 +9,7 @@ description: Get started quickly with the Fern Typescript SDK.
99
[demo](https://buildwithfern.com/contact) or [emailing us](mailto:[email protected]) to get started.
1010
</Warning>
1111

12-
Generate a Typescript SDK by following the instructions on this page.
12+
Generate a TypeScript SDK by following the instructions on this page.
1313

1414
<Steps>
1515
### Install the Fern CLI
@@ -49,7 +49,7 @@ Generate a Typescript SDK by following the instructions on this page.
4949
</CodeBlocks>
5050

5151
<Info>
52-
Enter your organization name when prompted. The organization name must be configured in `fern.config.json` in order to sucessfully generate your SDK.
52+
Enter your organization name when prompted. The organization name must be configured in `fern.config.json` in order to successfully generate your SDK.
5353
</Info>
5454

5555
This creates a `fern` folder in your current directory with the OpenAPI Specification. The exact folder structure might look different depending on your initial input files.
@@ -104,7 +104,7 @@ Generate a Typescript SDK by following the instructions on this page.
104104

105105
### Generate the SDK
106106

107-
Add the Typescript SDK using the following command:
107+
Add the TypeScript SDK using the following command:
108108

109109
```bash
110110
fern add fern-typescript-node-sdk --group sdk
@@ -132,7 +132,5 @@ Generate a Typescript SDK by following the instructions on this page.
132132
├─ core/
133133
└─ errors/
134134
```
135-
136-
Now that you have
137135

138136
</Steps>

0 commit comments

Comments
 (0)