Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 11, 2019
1 parent 00a4338 commit 437949f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<router-link to="/dropdown">&#9679; Dropdown</router-link>
<router-link to="/editor">&#9679; Editor</router-link>
<router-link to="/inputgroup">&#9679; InputGroup</router-link>
<router-link to="/inputmask">&#9679; InputMask</router-link>
<router-link to="/inputswitch">&#9679; InputSwitch</router-link>
<router-link to="/inputtext">&#9679; InputText</router-link>
<router-link to="/listbox">&#9679; Listbox</router-link>
Expand All @@ -29,7 +30,6 @@
<router-link to="/textarea">&#9679; Textarea</router-link>
<router-link to="/togglebutton">&#9679; ToggleButton</router-link>
<router-link to="/tristatecheckbox">&#9679; TriCheckbox</router-link>
<router-link to="/inputmask">&#9679; InputMask</router-link>
</div>
</div>
</transition>
Expand Down
2 changes: 1 addition & 1 deletion src/views/button/ButtonDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import Button from 'primevue/button';
</CodeHighlight>

<h3>Properties</h3>
<p>Any valid attribute such as style and class are passed to the underlying input element. Following are the additional properties to configure the component.</p>
<p>Any valid attribute such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
Expand Down

0 comments on commit 437949f

Please sign in to comment.