From 0168efaf55af8becb705bcdf0cd9c41feea83c86 Mon Sep 17 00:00:00 2001 From: Jonathan Willitts Date: Wed, 10 Oct 2018 14:16:09 +0100 Subject: [PATCH] Fix typo and missing word --- Plugin-migration-to-QGIS-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index ddc649b..ad69a97 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -7,7 +7,7 @@ In QGIS 3, GeoPackage is much more present. Avoid creating shapefile in your plu Note that you can easily provide one version for QGIS 2 and QGIS 3 at the same time. Fill you metadata.txt correctly with `qgisMinimumVersion` and `qgisMaximumVersion`. The plugin manager will automatically ship the highest version based on the QGIS version. ## Plugin location on file system -While in QGIS 2, plugins where located in your home directory in a `.qgis2/python/plugins`. In QGIS 3, this folder is now in a specific QGIS profile. You can find this folder by going to `Settings` -> `User profiles` -> `Open Active Profile folder`. You will find `python/plugins`. +While in QGIS 2, plugins were located in your home directory in the `.qgis2/python/plugins` folder. In QGIS 3, this folder is now in a specific QGIS profile. You can find this folder by going to `Settings` -> `User profiles` -> `Open Active Profile folder`. You will find `python/plugins`. ## Minimal info