Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

Commit f6d0cef

Browse files
Tema 2.start-here. Correct typos in the entities tests
1 parent a1968db commit f6d0cef

File tree

1 file changed

+2
-2
lines changed
  • es/02-javascript/02-practica/start-here/spec

1 file changed

+2
-2
lines changed

es/02-javascript/02-practica/start-here/spec/entities.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('Entities library', function () {
4646

4747
xdescribe('Effect type', function () {
4848

49-
it('allows specify arbitrary feature alterations.', function () {
49+
it('allows to specify arbitrary feature alterations.', function () {
5050
var effect = new Effect({
5151
hp: 5,
5252
mp: -5
@@ -160,7 +160,7 @@ describe('Entities library', function () {
160160
});
161161
});
162162

163-
it('does not applie an effect if the effect comes from a foe but ' +
163+
it('does not apply an effect if the effect comes from a foe but ' +
164164
'defense roll passed.',
165165
function () {
166166
var isAlly = false;

0 commit comments

Comments
 (0)