From 77785d4ca1f3e5d5f33d4d9c2aca6f45c73da8c1 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <p.gawron@atcomp.pl>
Date: Tue, 2 Apr 2024 14:52:21 +0200
Subject: [PATCH] it's not a javascript

---
 docs/plugins/bounds.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/plugins/bounds.md b/docs/plugins/bounds.md
index a9863e90..ddfae4c6 100644
--- a/docs/plugins/bounds.md
+++ b/docs/plugins/bounds.md
@@ -9,7 +9,7 @@ To get bounds of the current active map, plugins can use the `getBounds` method
 
 Example of returned object:
 
-```javascript
+```
 {
   x1: 12853,
   y1: 4201,
-- 
GitLab