Skip to content

Commit

Permalink
chore(internal): Fix typos (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger authored Jan 29, 2025
1 parent ebb97be commit 549b5a4
Show file tree
Hide file tree
Showing 2,726 changed files with 14,154 additions and 7,688 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"unifiedjs.vscode-mdx",
"bradlc.vscode-tailwindcss"
"bradlc.vscode-tailwindcss",
"streetsidesoftware.code-spell-checker"
]
}
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
},
"python.analysis.typeCheckingMode": "basic",
"dotnet.automaticallyCreateSolutionInWorkspace": false,
"dotnet.testWindow.disableAutoDiscovery": true
}
"dotnet.testWindow.disableAutoDiscovery": true,
"cSpell.import": [
"cspell.json"
]
}
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To build a CLI that communicates with Fern's development cloud environment, run
Once the CLI has been built, you can navigate to any `fern` folder and invoke it by running

```sh
FERN_NO_VERSION_REDIRECTION=true node /<path to fern git repo>/packages/cli/cli/dist/dev/cli.cjsn <args>
FERN_NO_VERSION_REDIRECTION=true node /<path to fern git repo>/packages/cli/cli/dist/dev/cli.cjs <args>
```

<br>
Expand All @@ -121,7 +121,7 @@ in the generator.

### Generator Testing

**Note**: Please make sure that the docker daemon is running before running commands below.
**Note**: Please make sure that the docker daemon is running before running commands below.

To test our generators we have built a CLI called seed.

Expand Down
Loading

0 comments on commit 549b5a4

Please sign in to comment.