Skip to content

Commit 89b3ec1

Browse files
committed
Change a line
Co-authored by: Mahdyar Hasanpour <thisismahdyar@gmail.com>
1 parent c4e040e commit 89b3ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ new User("Dude").sayHi(); // Hello Dude!
124124
```js run
125125
let eventMixin = {
126126
/**
127-
* :متعهد ساختن به یک رویداد، کاربرد
127+
* :مشترک شدن در یک رویداد، کاربرد
128128
* menu.on('select', function(item) { ... }
129129
*/
130130
on(eventName, handler) {

0 commit comments

Comments
 (0)