diff --git a/website/docs/advanced-usage/richtext.md b/website/docs/advanced-usage/richtext.md
index b838321b..245c6e00 100644
--- a/website/docs/advanced-usage/richtext.md
+++ b/website/docs/advanced-usage/richtext.md
@@ -16,8 +16,8 @@ The following is a list of syntaxes currently supported by the `bbcode` plugin:
| u | underline text | `[u]foo[/u]` | foo |
| s | strikethrough text | `[s]foo[/s]` | foo |
| url | hyperlink |
`[url]https://tailchat.msgbyte.com[/url]` / `[url=https://tailchat.msgbyte.com ]Official website[/url]`
| https://tailchat.msgbyte.com / official website |
-| img | Image | `[img]https://tailchat.msgbyte.com/img/logo.svg[/img]` | |
-| at | Mention | `[at=]moonrailgun[/at]` | - |
+| img | image | `[img]https://tailchat.msgbyte.com/img/logo.svg[/img]` | |
+| at | mention user | `[at=]moonrailgun[/at]` | - |
| emoji | expression | `[emoji]smile[/emoji]` | - |
| markdown / md | markdown syntax support | `[markdown]## Heading[/markdown]` / `[md]## Heading[/md]` | - |