Skip to content

Commit 7cbf829

Browse files
committed
fix(docs): Grammar on note for hosting static files
1 parent a066372 commit 7cbf829

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/docs/cli.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ export default Email(props) {
3636
```
3737

3838
<Info>
39-
This does not mean your images are hosted for you to send the emails,
40-
if you do send your email here and you are using a image or similar inside of `emails/static`
41-
they will not load properly on the email.
39+
This does not mean your images are hosted for you to send the emails.
40+
41+
If you do send the rendered email, and you are trying to link to an image
42+
or something similar inside `emails/static`, they will not load properly on the email.
4243
</Info>
4344

4445
Of curse, more often than not you will need to host your images on a CDN, so we recommend

0 commit comments

Comments
 (0)