You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/pages/typescript/quickstart.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Typescript Quickstart
2
+
title: TypeScript Quickstart
3
3
description: Get started quickly with the Fern Typescript SDK.
4
4
---
5
5
@@ -9,7 +9,7 @@ description: Get started quickly with the Fern Typescript SDK.
9
9
[demo](https://buildwithfern.com/contact) or [emailing us](mailto:[email protected]) to get started.
10
10
</Warning>
11
11
12
-
Generate a Typescript SDK by following the instructions on this page.
12
+
Generate a TypeScript SDK by following the instructions on this page.
13
13
14
14
<Steps>
15
15
### Install the Fern CLI
@@ -49,7 +49,7 @@ Generate a Typescript SDK by following the instructions on this page.
49
49
</CodeBlocks>
50
50
51
51
<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.
53
53
</Info>
54
54
55
55
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.
104
104
105
105
### Generate the SDK
106
106
107
-
Add the Typescript SDK using the following command:
107
+
Add the TypeScript SDK using the following command:
108
108
109
109
```bash
110
110
fern add fern-typescript-node-sdk --group sdk
@@ -132,7 +132,5 @@ Generate a Typescript SDK by following the instructions on this page.
0 commit comments