Skip to content

Commit 2292f17

Browse files
committed
nit wording change
1 parent bf74b9d commit 2292f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Set up a release workflow via [GitHub Actions](https://docs.github.com/en/action
257257
fern generate --group ts-sdk --version ${{ inputs.version }} --log-level debug
258258
```
259259
<Note>
260-
You can alternatively configure your workflow `on: [push]`. See Vapi's [npm publishing GitHub Action](https://github.com/VapiAI/server-sdk-typescript/blob/main/.github/workflows/ci.yml) for an example.
260+
You can alternatively configure your workflow to execute `on: [push]`. See Vapi's [npm publishing GitHub Action](https://github.com/VapiAI/server-sdk-typescript/blob/main/.github/workflows/ci.yml) for an example.
261261
</Note>
262262
</Step>
263263

0 commit comments

Comments
 (0)