mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
fix typos
This commit is contained in:
parent
c73ef2f83b
commit
fb96f4fac2
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ export default {
|
|||
getLabsFeatures() {
|
||||
const featuresConfig = SdkConfig.get()['features'] || {};
|
||||
|
||||
// The old flag: honourned for backwards compat
|
||||
// The old flag: honoured for backwards compatibility
|
||||
const enableLabs = SdkConfig.get()['enableLabs'];
|
||||
|
||||
let labsFeatures;
|
||||
|
@ -217,7 +217,7 @@ export default {
|
|||
isFeatureEnabled: function(featureId: string): boolean {
|
||||
const featuresConfig = SdkConfig.get()['features'];
|
||||
|
||||
// The old flag: honourned for backwards compat
|
||||
// The old flag: honoured for backwards compatibility
|
||||
const enableLabs = SdkConfig.get()['enableLabs'];
|
||||
|
||||
let sdkConfigValue = enableLabs ? 'labs' : 'disable';
|
||||
|
|
Loading…
Reference in a new issue