From 415d577973da2e0006b34035637bf81df5bb0b52 Mon Sep 17 00:00:00 2001 From: Austin Howard Date: Thu, 8 Oct 2020 20:37:14 -0400 Subject: [PATCH] Update Typo in second lesson test --- docs/docs/create-a-practice-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/create-a-practice-tutorial.md b/docs/docs/create-a-practice-tutorial.md index 8df467a7..05c2b31e 100644 --- a/docs/docs/create-a-practice-tutorial.md +++ b/docs/docs/create-a-practice-tutorial.md @@ -296,7 +296,7 @@ That should check if `` was added to the `index.html` file. There should be one passing and one failing test -- Add `!` to the `index.html` file +- Add `` to the `index.html` file - Run the test again to see if it passed after adding that ### Commit second test