From fa7f6139b16c10d63351c64c981c000c9828b640 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 28 Mar 2022 12:11:11 -0400 Subject: remove extra period --- docs/dev/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/plugins.md') 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 -- cgit v1.3.1