Skip to content

Commit

Permalink
chore: update CODING_STANDARDS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeri Peier <[email protected]>
  • Loading branch information
kyubisation and jeripeierSBB authored Dec 12, 2023
1 parent d03f0a2 commit 7ebb615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Component extends LitElement {
private _language = new LanguageController(this /*, this._abort */);

protected override render(): TemplateResult {
return html` ... ${i18nExample[this._language.value]} ... `;
return html` ... ${i18nExample[this._language.current]} ... `;
}
}
```
Expand Down

0 comments on commit 7ebb615

Please sign in to comment.