Skip to content

Commit

Permalink
Fix typo in API doc
Browse files Browse the repository at this point in the history
Fixes #2001
  • Loading branch information
Arthur Evans committed Jul 1, 2015
1 parent b72fd6b commit 9a21918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
/**
* Copies props from a source object to a target object.
*
* Note, this method ueses a simple `for...in` strategy for enumerating
* Note, this method uses a simple `for...in` strategy for enumerating
* properties. To ensure only `ownProperties` are copied from source
* to target and that accessor implementations are copied, use `extend`.
*
Expand Down

0 comments on commit 9a21918

Please sign in to comment.