We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25d62c commit c4abab1Copy full SHA for c4abab1
files/en-us/web/javascript/reference/functions/get/index.html
@@ -133,7 +133,7 @@ <h3 id="Smart_self-overwriting_lazy_getters">Smart / self-overwriting / lazy get
133
expect to change, because if the getter is lazy then it will not recalculate the
134
value.</p>
135
136
- <p>Note that getters are not “lazy” or “memozied” by nature; you must implement this
+ <p>Note that getters are not “lazy” or “memoized” by nature; you must implement this
137
technique if you desire this behavior.</p>
138
</div>
139
0 commit comments