@sbb-esta/lyne-elements-dev 4.7.0-dev.1773224724 → 4.7.0-dev.1773236484

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ let X = (() => {
33
33
  b(this, u, i);
34
34
  }
35
35
  /**
36
- * Overrides the behaviour of `orientation` property.
36
+ * Overrides the behavior of `orientation` property.
37
37
  */
38
38
  // TODO: Needs a breaking change to work with the 'no-default-reflect' behavior
39
39
  get horizontalFrom() {
@@ -46,7 +46,7 @@ let te = (() => {
46
46
  set size(t) {
47
47
  p(this, h, t);
48
48
  }
49
- /** Overrides the behaviour of `orientation` property. */
49
+ /** Overrides the behavior of `orientation` property. */
50
50
  get horizontalFrom() {
51
51
  return u(this, b);
52
52
  }