From 60ddd9fe453efb23bf727ffb137040ea819cade5 Mon Sep 17 00:00:00 2001 From: KermanX <63178754+KermanX@users.noreply.github.com> Date: Tue, 2 Feb 2021 18:17:44 +0800 Subject: [PATCH] Update ManualTests.md The style of it is not right --- docs/ManualTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ManualTests.md b/docs/ManualTests.md index 884f0aef..a0f3094f 100644 --- a/docs/ManualTests.md +++ b/docs/ManualTests.md @@ -10,7 +10,7 @@ These manual tests are run before every release of the Calculator app. **Test 1** Steps: 1. From the Standard Calculator page, input “3”, “+”, “3”, “Enter” on the keyboard -Expected: “6” shows up in the display +*Expected: “6” shows up in the display * 2. Input “4”, “-”, “2”, “=” using the in-app buttons *Expected: “2” shows up in the display*