Skip to content

Commit 0940b96

Browse files
fix: use contractions in Safari warnings per Vale linting
Co-Authored-By: Colton Berry <[email protected]>
1 parent bb28e73 commit 0940b96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fern/products/docs/pages/component-library/default-components/embed.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Fern also implements a custom component for embedding downloadable assets:
1313
- `<Download src="..." />` - read more about it [below](#downloadable-assets).
1414

1515
<Warning>
16-
The `<embed>` component is not well-supported on Safari and may cause compatibility issues. For embedding videos, use the `<video>` component instead, which provides better cross-browser support and more control over playback.
16+
The `<embed>` component isn't well-supported on Safari and may cause compatibility issues. For embedding videos, use the `<video>` component instead, which provides better cross-browser support and more control over playback.
1717
</Warning>
1818

1919
## Properties
@@ -43,7 +43,7 @@ Fern also implements a custom component for embedding downloadable assets:
4343
```
4444

4545
<Warning>
46-
The `<embed>` component is not well-supported on Safari and may cause compatibility issues. For embedding videos, use the [`<video>` component](/learn/docs/content/write-markdown#embedding-videos) instead, which provides better cross-browser support and more control over playback. Additionally, videos with audio will automatically play when the page loads with `<embed>`.
46+
The `<embed>` component isn't well-supported on Safari and may cause compatibility issues. For embedding videos, use the [`<video>` component](/learn/docs/content/write-markdown#embedding-videos) instead, which provides better cross-browser support and more control over playback. Additionally, videos with audio will automatically play when the page loads with `<embed>`.
4747
</Warning>
4848

4949
</Tab>

fern/products/docs/pages/component-library/writing-content/markdown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For example, to embed a video, use the following Markdown:
121121
<embed src="./embed-fern-waving.mp4" type="video/mp4" width="640px" height="360px" />
122122

123123
<Warning>
124-
The `<embed>` component is not well-supported on Safari and may cause compatibility issues. For embedding videos, use the `<video>` component instead (see below), which provides better cross-browser support and more control over playback.
124+
The `<embed>` component isn't well-supported on Safari and may cause compatibility issues. For embedding videos, use the `<video>` component instead (see below), which provides better cross-browser support and more control over playback.
125125
</Warning>
126126

127127
### Local videos

0 commit comments

Comments
 (0)