From 07e600907bae4bd7d78eba41d552c28209c04e2d Mon Sep 17 00:00:00 2001 From: Roman Bug Date: Tue, 27 Oct 2020 15:42:34 +0300 Subject: [PATCH] Update uri.md --- doc/devdocs/modules/launcher/plugins/uri.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/modules/launcher/plugins/uri.md b/doc/devdocs/modules/launcher/plugins/uri.md index dec3362729..dac1e2100a 100644 --- a/doc/devdocs/modules/launcher/plugins/uri.md +++ b/doc/devdocs/modules/launcher/plugins/uri.md @@ -1,5 +1,5 @@ # URI Plugin -The URI Plugin, as the name suggests is used to dierctly run the URI that has been entered by the user as a query. This is done by parsing the entry and validating the URI, followed by executing it. +The URI Plugin, as the name suggests is used to directly run the URI that has been entered by the user as a query. This is done by parsing the entry and validating the URI, followed by executing it. ![Image of URI plugin](/doc/images/launcher/plugins/uri.png)