Skip to content

Commit

Permalink
Fix minor typos in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dgowrie authored and diasbruno committed Feb 15, 2018
1 parent 63cea2c commit 61b141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/Modal.events.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default () => {
document.activeElement.should.be.eql(content);
});

it("Traps tab in the modal one shift + tab", () => {
it("traps tab in the modal on shift + tab", () => {
const topButton = <button>top</button>;
const bottomButton = <button>bottom</button>;
const modalContent = (
Expand Down

0 comments on commit 61b141d

Please sign in to comment.