Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b9138c

Browse files
authored
Change "occasionally" to "accidentally"
1 parent a38ab40 commit 6b9138c

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)

AltStyle によって変換されたページ (->オリジナル) /