Skip to content

Commit

Permalink
docs: fix typo in method name (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Mar 3, 2025
1 parent 258e9fa commit 4cd5e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/components/select/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Like other field components with overlays, Select provides dedicated API to set
----
<source-info group="Flow"></source-info>
Select<String> select = new Select<>();
select.addOverlayClassName("locales");
select.setOverlayClassName("locales");
----
[source,tsx]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Components with overlay elements – like Combo Box, Date Picker, and Menu Bar
----
<source-info group="Flow"></source-info>
Select localeSelector = new Select("Locale", locChangeListener, locales);
localeSelector.addOverlayClassName("locales");
localeSelector.setOverlayClassName("locales");
----
[source,tsx]
----
Expand Down

0 comments on commit 4cd5e45

Please sign in to comment.