From 341ce4c353f7f1aad986045f9070e3b80ae866ab Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Tue, 26 Nov 2024 20:31:32 -0800 Subject: [PATCH] Fix typo in config.example.js comment --- public/config/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config/config.example.js b/public/config/config.example.js index c1a6242..6655d82 100644 --- a/public/config/config.example.js +++ b/public/config/config.example.js @@ -1,3 +1,3 @@ -// Here you can overwite the default configuration values +// Here you can overwrite the default configuration values window.owntracks = window.owntracks || {}; window.owntracks.config = {};