Fixed typo

pull/388/head
cagataycivici 2020-07-14 15:19:50 +03:00
parent 2b95b85420
commit 6ff77db1c7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import InputText from 'primevue/inputtext';
<h5>Outlined vs Filled</h5>
<p>Input fields come in two styles, default is <i>outlined</i> with borders around the field whereas <i>filled</i> alternative adds a background color
to the field. Appling <i>p-input-filled</i> to an ancestor of an input <i>p-input-filled</i> enables the filled style. If you prefer
to the field. Applying <i>p-input-filled</i> to an ancestor of an input enables the filled style. If you prefer
to use filled inputs in the entire application, use a global container such as document body or the application element to apply the style class.</p>
<CodeHighlight>