We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cea2c commit 61b141dCopy full SHA for 61b141d
specs/Modal.events.spec.js
@@ -44,7 +44,7 @@ export default () => {
44
document.activeElement.should.be.eql(content);
45
});
46
47
- it("Traps tab in the modal one shift + tab", () => {
+ it("traps tab in the modal on shift + tab", () => {
48
const topButton = <button>top</button>;
49
const bottomButton = <button>bottom</button>;
50
const modalContent = (
0 commit comments