Skip to content

Commit

Permalink
[#415] Review: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Jan 31, 2023
1 parent 25a07d8 commit 261572d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ open class OdsComponentsConfiguration {
open val chipStyle: ComponentStyle = ComponentStyle.Outlined

/**
* By default, the text fields are outlined and more accessible in term of contrast like that. If your theme needs to use filled text fields, ser this parameter to `ComponentStyle.Filled`.
* By default, the text fields are outlined and more accessible in term of contrast like that. If your theme needs to use filled text fields, set this parameter to `ComponentStyle.Filled`.
*/
open val textFieldStyle: ComponentStyle = ComponentStyle.Outlined
}

0 comments on commit 261572d

Please sign in to comment.