Skip to content

Commit

Permalink
Fix typo on docs for the computeOnce() decorator (#7715)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasprag authored Oct 13, 2021
1 parent 3b3d8dd commit 07378e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/addon/-private/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function findPossibleInverses(type, inverseType, name, relationshipsSoFar) {

/*
* This decorator allows us to lazily compute
* an expensive getter on first-access and therafter
* an expensive getter on first-access and thereafter
* never recompute it.
*/
function computeOnce(target, key, desc) {
Expand Down

0 comments on commit 07378e5

Please sign in to comment.