From b010917f19ce36275b7f45c426ef0bd8ec18f0ea Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Fri, 29 Jan 2021 12:11:14 -0600 Subject: [PATCH] fix type in installation docs (#3537) --- docs/docs/manual/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/manual/installing.md b/docs/docs/manual/installing.md index 181c2890d..00c300ce6 100644 --- a/docs/docs/manual/installing.md +++ b/docs/docs/manual/installing.md @@ -39,7 +39,7 @@ If you wish to use an extension that is only compatible with an earlier version If you need a recently developed function, and are willing to risk some untested code, you can look at [the most recent items in the list](https://github.com/OpenRefine/OpenRefine/releases) and see what changes appeal to you. -“Beta” and “release candidate” versions may both have unreported bugs and are most suitable for people who are wiling to help us troubleshoot these versions by [creating bug reports](https://github.com/OpenRefine/OpenRefine/issues). +“Beta” and “release candidate” versions may both have unreported bugs and are most suitable for people who are willing to help us troubleshoot these versions by [creating bug reports](https://github.com/OpenRefine/OpenRefine/issues). For the absolute latest development updates, see the [snapshot releases](https://github.com/OpenRefine/OpenRefine-snapshot-releases/releases). These are created with every commit. @@ -536,4 +536,4 @@ Generally, the installation process will be: * Extract the zip contents into the “extensions” directory, making sure all the contents go into one folder with the name of the extension * Start (or restart) OpenRefine. -To confirm that installation was a success, follow the instructions provided by the extension. Each extension will appear in its own way inside the OpenRefine interface. Make sure you read its documentation to know where the functionality will appear, such as under specific dropdown menus. \ No newline at end of file +To confirm that installation was a success, follow the instructions provided by the extension. Each extension will appear in its own way inside the OpenRefine interface. Make sure you read its documentation to know where the functionality will appear, such as under specific dropdown menus.