Skip to content

Commit 4c98d59

Browse files
authored
Merge pull request #562 from MarkosKon/patch-1
Typo in the skip link component
2 parents 6754620 + b018ef2 commit 4c98d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/skip-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default props => (
1212
width: 1,
1313
m: -1,
1414
p: 0,
15-
overrflow: 'hidden',
15+
overflow: 'hidden',
1616
position: 'absolute',
1717
top: -9999,
1818
':focus': {

0 commit comments

Comments
 (0)