Skip to content

Commit 61b141d

Browse files
dgowriediasbruno
authored andcommitted
Fix minor typos in spec
1 parent 63cea2c commit 61b141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: specs/Modal.events.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default () => {
4444
document.activeElement.should.be.eql(content);
4545
});
4646

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

0 commit comments

Comments
 (0)