Skip to content

Commit

Permalink
spelling: static
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 802817d commit 4354e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.html
Expand Up @@ -241,7 +241,7 @@
}

/**
* Configures a `klass` based on a staic `klass.config` object and
* Configures a `klass` based on a static `klass.config` object and
* a `template`. This includes creating accessors and effects
* for properties in `config` and the `template` as well as preparing the
* `template` for stamping.
Expand Down
2 changes: 1 addition & 1 deletion test/unit/shady-content.html
Expand Up @@ -181,7 +181,7 @@
<template>
<div id="container">
<template is="dom-if" id="staticIf" restamp>
<div id="static">satatic</div>
<div id="static">static</div>
</template>
<template is="dom-if" id="contentIf" restamp>
<slot name="one"></slot>
Expand Down

0 comments on commit 4354e71

Please sign in to comment.