Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 5, 2015
1 parent eafa3e5 commit d558c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/micro/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
* be serialized to a string and reflected to the attribute each time
* it changes. This can impact performance, so it should be used
* only when reflecting the attribute value is important.
* * `observer` - indicates the name of a funciton that should be called
* * `observer` - indicates the name of a function that should be called
* each time the property changes. `e.g.: `observer: 'valueChanged'
* * `computed` - configures the property to be computed by a computing
* function each time one or more dependent properties change.
Expand Down

0 comments on commit d558c0d

Please sign in to comment.