Skip to content

Commit

Permalink
Fix formatting of version tags in API reference (withastro#6197)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruifengv authored Jan 8, 2024
1 parent 5a83f6e commit f9bed08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/reference/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Getting a cookie via `Astro.cookies.get()` returns a `AstroCookie` type. It has

#### `CookieGetOptions`

<Since v="4.1.0"/>
<p><Since v="4.1.0"/></p>

Getting a cookie also allows specifying options via the `CookieGetOptions` interface:

Expand All @@ -240,7 +240,7 @@ Getting a cookie also allows specifying options via the `CookieGetOptions` inter

#### `CookieSetOptions`

<Since v="4.1.0"/>
<p><Since v="4.1.0"/></p>

Setting a cookie via `Astro.cookies.set()` allows passing in a `CookieSetOptions` to customize how the cookie is serialized.

Expand Down

0 comments on commit f9bed08

Please sign in to comment.