Skip to content

Commit

Permalink
[docs content] use "version" not since (#4043)
Browse files Browse the repository at this point in the history
* [docs content] use "version" not since

Change to use `@version` to create the `<Since />` component for docs. (not `@since)

Also, quick sentence edit.

* Update packages/astro/src/@types/astro.ts

Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
sarah11918 and natemoo-re authored Jul 25, 2022
1 parent 813d392 commit ab8f490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ export interface AstroUserConfig {
* @name Legacy Flags
* @description
* To help some users migrate between versions of Astro, we occasionally introduce `legacy` flags.
* These flags let you to opt-in to some deprecated or otherwise outdated behavior of Astro
* These flags allow you to opt in to some deprecated or otherwise outdated behavior of Astro
* in the latest version, so that you can continue to upgrade and take advantage of new Astro releases.
*/
legacy?: {
Expand All @@ -719,7 +719,7 @@ export interface AstroUserConfig {
* @name legacy.astroFlavoredMarkdown
* @type {boolean}
* @default `false`
* @since 1.0.0-rc
* @version 1.0.0-rc.1
* @description
* Enable Astro's pre-v1.0 support for components and JSX expressions in `.md` Markdown files.
* In Astro `1.0.0-rc`, this original behavior was removed as the default, in favor of our new [MDX integration](/en/guides/integrations-guide/mdx/).
Expand Down

0 comments on commit ab8f490

Please sign in to comment.