Copy-fix the last PR [ci skip]

This commit is contained in:
Rafael Mendonça França 2023-01-20 15:22:07 +00:00
parent 1fa447e554
commit f797741bd2
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ And finally, display the sanitized rich text on a page:
<%= @message.content %>
```
**Note:** if there's an attached resource within `content` field. It might not show properly unless you
**Note:** if there's an attached resource within `content` field, it might not show properly unless you
have *libvips/libvips42* package installed locally on your machine. Linux based users can run `apt install libvips42`
to install it.