Skip to content

Commit 4354e71

Browse files
committed
spelling: static
1 parent 802817d commit 4354e71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mixins/element-mixin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
}
242242

243243
/**
244-
* Configures a `klass` based on a staic `klass.config` object and
244+
* Configures a `klass` based on a static `klass.config` object and
245245
* a `template`. This includes creating accessors and effects
246246
* for properties in `config` and the `template` as well as preparing the
247247
* `template` for stamping.

test/unit/shady-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<template>
182182
<div id="container">
183183
<template is="dom-if" id="staticIf" restamp>
184-
<div id="static">satatic</div>
184+
<div id="static">static</div>
185185
</template>
186186
<template is="dom-if" id="contentIf" restamp>
187187
<slot name="one"></slot>

0 commit comments

Comments
 (0)