Fixed typo

This commit is contained in:
Phil Hughes 2017-05-18 09:12:44 +01:00
parent 292780272e
commit 9c9a24cee8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ describe('Description field component', () => {
beforeEach((done) => {
const Component = Vue.extend(descriptionField);
// Needs an el in the DOM to be able to text the element is focused
// Needs an el in the DOM to be able to test the element is focused
const el = document.createElement('div');
document.body.appendChild(el);