From 08ca882a8308576cb9e72706550167898278e59b Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Sat, 16 Aug 2025 01:33:59 -0700 Subject: [PATCH] Fix typo in docs: delete extra backtick --- docs/user_guide/features/extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/features/extension.md b/docs/user_guide/features/extension.md index 8cc9027e4..a29ae9416 100644 --- a/docs/user_guide/features/extension.md +++ b/docs/user_guide/features/extension.md @@ -5,7 +5,7 @@ JupyterGIS comes with a JupyterLab extension that embeds QGIS features directly into the JupyterLab UI. This extension allows you to: -- Open `.qgz` and `` .jGIS` `` files in JupyterLab +- Open `.qgz` and `.jGIS` files in JupyterLab - Create new `.jGIS` files - Edit those files by adding new vector or raster layers, modifying geometries, and performing spatial operations.