From 2df96bbc21ab169d7c6169fa2db68d83291d0f2b Mon Sep 17 00:00:00 2001 From: DubhAd Date: Fri, 25 Jan 2019 16:40:00 +0000 Subject: [PATCH] Fixing critical typo (#8280) It's not `webook` - there's an **H** missing there ;) --- source/_components/gpslogger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/gpslogger.md b/source/_components/gpslogger.md index a0739c3098b..e598245326e 100644 --- a/source/_components/gpslogger.md +++ b/source/_components/gpslogger.md @@ -49,7 +49,7 @@ Right after enabling, the app will take you to the **Log to custom URL** setting The relevant endpoint starts with: `/api/webhook/` and ends with a unique sequence of characters. This is provided by the integrations panel in the configuration screen (configured above). ```text -https://YOUR.DNS.HOSTNAME:PORT/api/webook/WEBHOOK_ID +https://YOUR.DNS.HOSTNAME:PORT/api/webhook/WEBHOOK_ID ``` - Add the above URL (updating YOUR.DNS.HOSTNAME:PORT to your details) into the **URL** field.