Skip to content

Commit

Permalink
docs: improve
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Spirig <[email protected]>
  • Loading branch information
jeripeierSBB and kyubisation authored Jan 11, 2024
1 parent e6eca79 commit 4488110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toggle/toggle/toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class SbbToggleElement extends LitElement {

private _valueChanged(value: any | undefined): void {
const options = this._options;
// If options are not yet defined, we can check if attribute is already set as a fallback.
// If options are not yet defined web components, we can check if attribute is already set as a fallback.
// We do this by checking whether value property is available (defined component).
const selectedOption =
options.find(
Expand Down

0 comments on commit 4488110

Please sign in to comment.