From df11bf8406e16dfbdfcecbee776e46962725cb92 Mon Sep 17 00:00:00 2001 From: hsinewu Date: Sat, 27 Aug 2016 13:45:29 +0800 Subject: [PATCH] fix typo --- tests/wpt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/README.md b/tests/wpt/README.md index 76073333c46..ff3c4302e70 100644 --- a/tests/wpt/README.md +++ b/tests/wpt/README.md @@ -121,7 +121,7 @@ use the following: ./mach create-wpt --reftest tests/wpt/path/to/new/reftest.html --reference tests/wpt/path/to/reference.html -`reference.html` will be created if it doesn't not exist, and `reftest.html` +`reference.html` will be created if it does not exist, and `reftest.html` will be created using the WPT reftest template. These new tests can then be run in the following manner like any other WPT test: