Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/products/sdks/snippets/pass-fern-check.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Pass `fern check`

Run `fern check` to ensure that your API Definition is valid. If there are any errors,
Run `fern check` to ensure that your API definition is valid. If there are any errors,
fix them before proceeding.

<Note>
Expand Down
4 changes: 2 additions & 2 deletions fern/products/sdks/snippets/setup-fern-folder-callout.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Info>This guide assumes that you already have an initialized `fern` folder on
your local machine. If you don’t, run `fern init`. See [Set up the Fern
Folder](/sdks/fern-folder.mdx) for more details.</Info>
your local machine. See [Set up the Fern Folder](/sdks/fern-folder.mdx) for more
details.</Info>