Skip to content

Commit

Permalink
Merge pull request #16032 from emberjs/locks-patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation string
  • Loading branch information
locks authored Dec 28, 2017
2 parents a54a5e3 + 46e0cbb commit 23e5386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (EMBER_METAL_ES5_GETTERS) {
`(of ${obj}). Due to certain internal implementation details of Ember, ` +
`the \`${keyName}\` property previously contained an internal "descriptor" ` +
`object (a private API), therefore \`${keyName}.${property}\` would have ` +
`been \`${String(value).replace(/\n/g, ' ')}\`. This internal implementaiton ` +
`been \`${String(value).replace(/\n/g, ' ')}\`. This internal implementation ` +
`detail was never intended to be a public (or even intimate) API.\n\n` +
`This internal implementation detail has now changed and the (still private) ` +
`"descriptor" object has been relocated to the object's "meta" (also a ` +
Expand Down

0 comments on commit 23e5386

Please sign in to comment.