Skip to content

Commit 3ad9e07

Browse files
committed
rebase and review comments
1 parent d7f30fa commit 3ad9e07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/react-core/src/components/Nav/NavList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class NavList extends Component<NavListProps> {
2727
context!: React.ContextType<typeof NavContext>;
2828
static defaultProps: NavListProps = {
2929
backScrollAriaLabel: 'Scroll back',
30-
forwardScrollAriaLabel: 'Scroll forward'
30+
forwardScrollAriaLabel: 'Scroll foward'
3131
};
3232
private direction = 'ltr';
3333

packages/tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"assumeChangesOnlyAffectDirectDependencies": true,
44
"jsx": "react-jsx",
5-
"jsxImportSource": "react",
65
"lib": [
76
"es2015",
87
"dom"

0 commit comments

Comments
 (0)