Skip to content

Commit aef8cf5

Browse files
committed
small fixes
1 parent 862667f commit aef8cf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fern/products/sdks/overview/typescript/publishing-to-npm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You'll need to update your `generators.yml` file to configure the package name,
112112
1. Name your token and select **Automation** as the token type.
113113
1. Click **Generate Token**.
114114

115-
<Warning>Save your new token – it wont be displayed after you leave the page.</Warning>
115+
<Warning>Save your new token – it won't be displayed after you leave the page.</Warning>
116116

117117
<Frame>
118118
<img src="assets/npm-automation-token.png" alt="Creating NPM Automation Token" />
@@ -128,7 +128,7 @@ You'll need to update your `generators.yml` file to configure the package name,
128128
1. Optionally fill out additional permissions according to your organization's requirements.
129129
1. Click **Generate Token**.
130130

131-
<Warning>Save your new token – it wont be displayed after you leave the page.</Warning>
131+
<Warning>Save your new token – it won't be displayed after you leave the page.</Warning>
132132

133133
<Frame>
134134
<img src="assets/granular-access-token.png" alt="Creating Granular Access Token" />
@@ -208,7 +208,7 @@ groups:
208208
repository: your-org/your-repository
209209
mode: pull-request
210210
```
211-
You can also configure other settings, like the reviwers or license. Refer to the [full `github` reference](/sdks/reference/generators-yml#github) for more information.
211+
You can also configure other settings, like the reviewers or license. Refer to the [full `github` (`generators.yml`) reference](/sdks/reference/generators-yml#github) for more information.
212212

213213
</Step>
214214
</Steps>

fern/products/sdks/snippets/release-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ The rest of the release process depends on your chosen mode:
22

33
- **Release mode (default):** If you didn't specify a `mode` or set `mode: release`, no further action is required. Fern automatically tags the new release with your specified version number and initiates the npm publishing workflow in your SDK repository.
44

5-
- **Pull request or push mode:** If you set `mode: pull-request` or `mode: push`, Fern creates a pull request. Merge this PR and tag a new release to initiate the npm publishing workflow in your SDK repository.
5+
- **Pull request or push mode:** If you set `mode: pull-request` or `mode: push`, Fern creates a pull request. Merge this PR and [tag a new release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) to initiate the npm publishing workflow in your SDK repository.
66

77
Once the workflow completes, you can view your new release by logging into npm and navigating to **Packages**.

0 commit comments

Comments
 (0)