spelling: breadcrumb

This commit is contained in:
Josh Soref 2018-03-11 17:44:27 +00:00
parent 1d58ae8899
commit 7248de4e26

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(() => {