We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802817d commit 4354e71Copy full SHA for 4354e71
2 files changed
lib/mixins/element-mixin.html
@@ -241,7 +241,7 @@
241
}
242
243
/**
244
- * Configures a `klass` based on a staic `klass.config` object and
+ * Configures a `klass` based on a static `klass.config` object and
245
* a `template`. This includes creating accessors and effects
246
* for properties in `config` and the `template` as well as preparing the
247
* `template` for stamping.
test/unit/shady-content.html
@@ -181,7 +181,7 @@
181
<template>
182
<div id="container">
183
<template is="dom-if" id="staticIf" restamp>
184
- <div id="static">satatic</div>
+ <div id="static">static</div>
185
</template>
186
<template is="dom-if" id="contentIf" restamp>
187
<slot name="one"></slot>
0 commit comments