Commit 9c9a24ce authored by Phil Hughes's avatar Phil Hughes

Fixed typo

parent 29278027
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment