From a195b7186da3bad0619ea247d45a0d1df537eaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 30 Jun 2022 19:21:41 +0200 Subject: [PATCH] Typos --- .../Extensions/VisualVerificationUITestContextExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.Tests.UI/Extensions/VisualVerificationUITestContextExtensions.cs b/Lombiq.Tests.UI/Extensions/VisualVerificationUITestContextExtensions.cs index 722cf9032..6a73f9596 100644 --- a/Lombiq.Tests.UI/Extensions/VisualVerificationUITestContextExtensions.cs +++ b/Lombiq.Tests.UI/Extensions/VisualVerificationUITestContextExtensions.cs @@ -98,10 +98,10 @@ public static void AssertVisualVerificationApproved( /// /// /// In case when you want visually validate elements that contain text on multiple platforms/browsers then keep in - /// mind that, the font rendering results different visuals. This means that you should use different baseline + /// mind that, the font rendering results in different visuals. This means that you should use different baseline /// images for each platform. You can generate baseline images for each platform with locally build and run tests /// and follow the instructions in or running on a CI - /// and using the image dumped on failure. If you need different baseline images on each platfrom/browser you can + /// and using the image dumped on failure. If you need different baseline images on each platform/browser you can /// configure suffixes as needed using . /// ///