Skip to content

Commit

Permalink
spelling: javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent c4be7f6 commit f1f7f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -3520,7 +3520,7 @@ The following notable changes have been made since the 2.0 Preview announcement.

- Polymer site appears broken on Safari 8 [\#719](https://github.com/Polymer/polymer/issues/719)

- Non ASCII strings set in Javascript show up as ? in Firefox [\#717](https://github.com/Polymer/polymer/issues/717)
- Non ASCII strings set in JavaScript show up as ? in Firefox [\#717](https://github.com/Polymer/polymer/issues/717)

- Materials page in Polymer is not rendering correctly [\#716](https://github.com/Polymer/polymer/issues/716)

Expand Down
4 changes: 2 additions & 2 deletions lib/mixins/property-effects.html
Expand Up @@ -2140,7 +2140,7 @@

/**
* Creates a multi-property "method observer" based on the provided
* expression, which should be a string in the form of a normal Javascript
* expression, which should be a string in the form of a normal JavaScript
* function signature: `'methodName(arg1, [..., argn])'`. Each argument
* should correspond to a property or path in the context of this
* prototype (or instance), or may be a literal string or number.
Expand Down Expand Up @@ -2199,7 +2199,7 @@
* Creates a computed property whose value is set to the result of the
* method described by the given `expression` each time one or more
* arguments to the method changes. The expression should be a string
* in the form of a normal Javascript function signature:
* in the form of a normal JavaScript function signature:
* `'methodName(arg1, [..., argn])'`
*
* @param {string} property Name of computed property to set
Expand Down

0 comments on commit f1f7f66

Please sign in to comment.