Skip to content

Commit 14ca315

Browse files
Merge pull request mdn#21 from jrpool/patch-1
spelling correction
2 parents 25c55a4 + 6c4954e commit 14ca315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/oojs/introduction/oojs-class-further-exercises.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// the bio that we know will always be the same.
3939
var string = this.name.first + ' ' + this.name.last + ' is ' + this.age + ' years old. ';
4040
// define a variable that will contain the pronoun part of
41-
// the sencond sentence
41+
// the second sentence
4242
var pronoun;
4343

4444
// check what the value of gender is, and set pronoun
@@ -84,4 +84,4 @@
8484

8585
var person1 = new Person('Tammi', 'Smith', 32, 'neutral', ['music', 'skiing', 'kickboxing']);
8686
</script>
87-
</html>
87+
</html>

0 commit comments

Comments
 (0)