Skip to content

Commit

Permalink
Merge pull request #86 from iPagar/fix-docs
Browse files Browse the repository at this point in the history
docs: update Spectral link
  • Loading branch information
WoH authored Jun 17, 2024
2 parents 2d5204f + 99ae24c commit 61ef8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In order stay true to our efforts to avoid code duplication, tsoa uses JSDoc bas
tsoa does not check if you provide descriptions.

We recommend using a linter
(we love [Spectral](https://stoplight.io/p/docs/gh/stoplightio/spectral)) to ensure your specifications aren't just correct,
(we love [Spectral](https://stoplight.io/open-source/spectral)) to ensure your specifications aren't just correct,
but also contain descriptions and correct [examples](./examples).
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Incorrect examples will not break your compilation, because OpenAPI [explicitly
You may also just want to demonstrate tsoa's validation :smirk:

We recommend using a linter
(we love [Spectral](https://stoplight.io/p/docs/gh/stoplightio/spectral)) to ensure your specifications aren't just correct,
(we love [Spectral](https://stoplight.io/open-source/spectral)) to ensure your specifications aren't just correct,
but also contain [descriptions](./descriptions) and correct examples.
:::

Expand Down

0 comments on commit 61ef8e5

Please sign in to comment.