From 852b9e7246328d0a4b77a3cdfd92c3e7c66a3dd4 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 5 May 2026 23:53:36 -0700 Subject: [PATCH] docs(channels/line): fix smart apostrophe --- docs/channels/line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/channels/line.md b/docs/channels/line.md index 3af01855f7a..74bfc099690 100644 --- a/docs/channels/line.md +++ b/docs/channels/line.md @@ -42,7 +42,7 @@ openclaw plugins install ./path/to/local/line-plugin https://gateway-host/line/webhook ``` -The gateway responds to LINE’s 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..webhookPath` and update the URL accordingly.