From 9db9a3c9f362e97f6139b111da007ba6a765875d Mon Sep 17 00:00:00 2001 From: Alex Brims Date: Mon, 12 Mar 2018 17:03:02 +0000 Subject: [PATCH] Corrected 2 typos in react-ui-testing page --- docs/src/pages/testing/react-ui-testing/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/testing/react-ui-testing/index.md b/docs/src/pages/testing/react-ui-testing/index.md index 18d78180630..313a6359eb8 100644 --- a/docs/src/pages/testing/react-ui-testing/index.md +++ b/docs/src/pages/testing/react-ui-testing/index.md @@ -19,7 +19,7 @@ Specifically, testing is important when working with teams since it allows diffe ## Different Aspects of UI Testing -We refer UI for many things. To put this in focus, let's narrow it down to React based user interfaces. +We refer to UI for many things. To put this in focus, let's narrow it down to React based user interfaces. ### 1. Structural Testing @@ -30,7 +30,7 @@ For an example, let's say we have a "login component" as shown below: For structural testing, we are testing whether or not it has following content: -- A title with "Login in to Facebook" +- A title with "Log in to Facebook" - Two inputs for the username and password. - A submit button. - An error screen to show errors.