From d7ecba312b8376ef1d66bb0fc87cbfdc46e79f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Esser?= Date: Sat, 18 Jun 2022 18:24:51 +0100 Subject: [PATCH] fixes small typos in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55390d4..0c80ad3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The name of the search function is a combination of the following two patterns. |Behavior|| |----|----| |Get|Get all windows that meet the specified conditions.| -|Identify|Get When Identify only one by the order condition. Else thrrow Exception.| +|Identify|Get When Identify only one by the order condition. Else throw Exception.| |WaitForIdentify|Wait for identify only one by the order condition. Useful for timing control.|
@@ -107,7 +107,7 @@ The name of the search function is a combination of the following two patterns. * GetFromWindowClass * GetChildren -### manuplate window. +### manipulate window. * IsWindow * SetWindowText * GetWindowText @@ -176,3 +176,4 @@ using (var app = new WindowsAppFriend(process)) tree.GetItem("item1", "item2").EmulateSelect(); } ``` +