summaryrefslogtreecommitdiff
path: root/docs/dev/plugins.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-03-28 12:11:11 -0400
committerJordan Wiens <jordan@psifertex.com>2022-03-28 12:11:11 -0400
commitfa7f6139b16c10d63351c64c981c000c9828b640 (patch)
treeb4244bb43efb5dd0933ef46bfa1a99d04a04a938 /docs/dev/plugins.md
parentb6d281250f790177a463ba1fe24a29ef8c5be071 (diff)
remove extra period
Diffstat (limited to 'docs/dev/plugins.md')
-rw-r--r--docs/dev/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/plugins.md b/docs/dev/plugins.md
index 8e6a9988..1985fcd9 100644
--- a/docs/dev/plugins.md
+++ b/docs/dev/plugins.md
@@ -72,7 +72,7 @@ Unfortunately, native plugins are not supported in the plugin manager at this ti
## Matching API versions
-One issue with building a native plugin is that you'll want your plugin to be able to match the API of a given dev build. This information is contained in a file named `api_REVISION.txt` that exists in the root install folder for Linux, the `Contents/Resources` sub-folder on MacOS, and the root installation folder on Windows..
+One issue with building a native plugin is that you'll want your plugin to be able to match the API of a given dev build. This information is contained in a file named `api_REVISION.txt` that exists in the root install folder for Linux, the `Contents/Resources` sub-folder on MacOS, and the root installation folder on Windows.
## Examples