Skip to content

Commit 31042f9

Browse files
authored
Fixed Grammer
1 parent 5967796 commit 31042f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/introduction-to-js-1/tasks/math/math3-download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
let para2 = document.createElement('p');
4949
let para3 = document.createElement('p');
5050

51-
let weightTest = weightComparison ? 'True — elephants weight less than mice!?' : 'False — of course an elephant is heavier than a mouse!';
51+
let weightTest = weightComparison ? 'True — elephants do weigh less than mice!?' : 'False — of course an elephant is heavier than a mouse!';
5252
let heightTest = heightComparison ? 'True — an ostrich is indeed taller than a duck!' : 'False — apparently a duck is taller than an ostrich!?';
5353
let pwdTest = pwdMatch ? 'True — the passwords match.' : 'False — the passwords do not match; please check them';
5454

0 commit comments

Comments
 (0)