Skip to content

Commit c4abab1

Browse files
authored
fix typo "memozied" (mdn#4010)
1 parent e25d62c commit c4abab1

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/javascript/reference/functions/get

1 file changed

+1
-1
lines changed

files/en-us/web/javascript/reference/functions/get/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3 id="Smart_self-overwriting_lazy_getters">Smart / self-overwriting / lazy get
133133
expect to change, because if the getter is lazy then it will not recalculate the
134134
value.</p>
135135

136-
<p>Note that getters are not “lazy” or “memozied” by nature; you must implement this
136+
<p>Note that getters are not “lazy” or “memoized” by nature; you must implement this
137137
technique if you desire this behavior.</p>
138138
</div>
139139

0 commit comments

Comments
 (0)