Skip to content

Commit e2e8ab8

Browse files
authored
Merge pull request #469 from ahoward2/patch-1
Update Typo in second lesson test
2 parents 52b47a1 + 415d577 commit e2e8ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/docs/create-a-practice-tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ That should check if `<!DOCTYPE html>` was added to the `index.html` file.
296296

297297
There should be one passing and one failing test
298298

299-
- Add `!<DOCTYPE html>` to the `index.html` file
299+
- Add `<!DOCTYPE html>` to the `index.html` file
300300
- Run the test again to see if it passed after adding that
301301

302302
### Commit second test

0 commit comments

Comments
 (0)