Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Mar 11, 2019
1 parent 92f2c5a commit 8980873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Just wrap something with focus lock, and focus will be `moved inside` on mount.
const JailForAFocus = ({onClose}) => (
<FocusLock>
You can not leave this form
<button onClick={onClick} />
<button onClick={onClose} />
</FocusLock>
);
```
Expand Down

0 comments on commit 8980873

Please sign in to comment.