Skip to content

Commit 286eef7

Browse files
authored
Merge pull request #1253 from paroche/patch-2
Change "occasionally" to "accidentally"
2 parents a38ab40 + 6b9138c commit 286eef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/07-mixins/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Some other languages like allow multiple inheritance. JavaScript does not suppor
205205

206206
We can use mixins as a way to augment a class by multiple behaviors, like event-handling as we have seen above.
207207

208-
Mixins may become a point of conflict if they occasionally overwrite existing class methods. So generally one should think well about the naming methods of a mixin, to minimize the probability of that.
208+
Mixins may become a point of conflict if they accidentally overwrite existing class methods. So generally one should think well about the naming methods of a mixin, to minimize the probability of that.

0 commit comments

Comments
 (0)