docs(channels/line): fix smart apostrophe

This commit is contained in:
Vincent Koc
2026-05-05 23:53:36 -07:00
parent ecf06d7abe
commit 852b9e7246

View File

@@ -42,7 +42,7 @@ openclaw plugins install ./path/to/local/line-plugin
https://gateway-host/line/webhook
```
The gateway responds to LINEs webhook verification (GET) and inbound events (POST).
The gateway responds to LINE's webhook verification (GET) and inbound events (POST).
If you need a custom path, set `channels.line.webhookPath` or
`channels.line.accounts.<id>.webhookPath` and update the URL accordingly.