spelling: breadcrumb

This commit is contained in:
Josh Soref
2018-03-11 17:44:27 +00:00
parent 91b593ae0d
commit 7872dca777

View File

@@ -19,7 +19,7 @@ moduleForAcceptance('Acceptance | client detail', {
},
});
test('/clients/:id should have a breadrcumb trail linking back to clients', function(assert) {
test('/clients/:id should have a breadcrumb trail linking back to clients', function(assert) {
visit(`/clients/${node.id}`);
andThen(() => {