Skip to content

Commit 5dc3c7c

Browse files
Sergio CruzSergio Cruz
Sergio Cruz
authored and
Sergio Cruz
committed
Test feedback typo
1 parent 30cad53 commit 5dc3c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/portfolio.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('The webpage', () => {
130130
assert(icon, 'Every marketing row column needs an icon.');
131131
assert(
132132
iconClasses.find(className => className.startsWith('glyphicon-')),
133-
'Our marketing icons needs a class that starts with `glaphicon-` to describe which icon graphic it should contain.'
133+
'Our marketing icons needs a class that starts with `glyphicon-` to describe which icon graphic it should contain.'
134134
);
135135
});
136136
});

0 commit comments

Comments
 (0)