We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cad53 commit 5dc3c7cCopy full SHA for 5dc3c7c
test/portfolio.spec.js
@@ -130,7 +130,7 @@ describe('The webpage', () => {
130
assert(icon, 'Every marketing row column needs an icon.');
131
assert(
132
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.'
+ 'Our marketing icons needs a class that starts with `glyphicon-` to describe which icon graphic it should contain.'
134
);
135
});
136
0 commit comments