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.