Skip to content

Commit 26771f9

Browse files
committed
chore(pfToolbar): fix typo in api routing from 'componenet' to 'component'
1 parent 6d3a128 commit 26771f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/table/tableview/examples/table-view-basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @description
66
* Component for rendering a simple table view.<br><br>
77
* See {@link patternfly.table.component:pfTableView%20-%20with%20Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
8-
* See {@link patternfly.toolbars.componenet:pfToolbar pfToolbar} for use in Toolbar View Switcher
8+
* See {@link patternfly.toolbars.component:pfToolbar pfToolbar} for use in Toolbar View Switcher
99
*
1010
* @param {object} config Optional configuration object
1111
* <ul style='list-style-type: none'>

src/table/tableview/examples/table-view-with-toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @description
66
* Example configuring a table view with a toolbar.<br><br>
7-
* Please see {@link patternfly.toolbars.componenet:pfToolbar pfToolbar} for use in Toolbar View Switcher
7+
* Please see {@link patternfly.toolbars.component:pfToolbar pfToolbar} for use in Toolbar View Switcher
88
*
99
* @param {object} config Optional configuration object
1010
* <ul style='list-style-type: none'>

src/toolbars/examples/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @ngdoc directive
3-
* @name patternfly.toolbars.componenet:pfToolbar
3+
* @name patternfly.toolbars.component:pfToolbar
44
* @restrict E
55
*
66
* @description

0 commit comments

Comments
 (0)