From a77a7fd936ab54d21f14e6f77425202c7ecd5cdd Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Wed, 4 Oct 2023 11:01:30 +0100 Subject: [PATCH] [Docs]Fix typos in development docs (#28980) Fixes simple typo/grammar error. It's easier to understand if it is spelled correctly. This is especially important for those for whom english may not be their first language Signed-off-by: brian teeman --- doc/devdocs/modules/launcher/plugins/system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devdocs/modules/launcher/plugins/system.md b/doc/devdocs/modules/launcher/plugins/system.md index dcf6c3d9f8..72f2cf38fc 100644 --- a/doc/devdocs/modules/launcher/plugins/system.md +++ b/doc/devdocs/modules/launcher/plugins/system.md @@ -15,7 +15,7 @@ Available commands: * Hibernate * Open / Empty Recycle Bin * UEFI Firmware Settings (Only available on systems, that boot in UEFI mode.) -* IP / MAC / Address => Show informations about network connections. +* IP / MAC / Address => Show information about network connections. ## Optional plugin settings @@ -46,7 +46,7 @@ Available commands: ### [`NetworkConnectionProperties.cs`](/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Components/NetworkConnectionProperties.cs) - The [`NetworkConnectionProperties`](/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Components/NetworkConnectionProperties.cs) class contains methods to get the properties of a network interface/connection. -- An instance of this class collects/provides all required informations about one connection/adapter. +- An instance of this class collects/provides all required information about one connection/adapter. ### [`SystemPluginContext.cs`](/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Components/SystemPluginContext.cs) - An instance of the class [`SystemPluginContext`](/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Components/SystemPluginContext.cs) contains/defines the context data of a system plugin result. We select the context menu based on the defined properties.