Skip to content

Commit 091556d

Browse files
authored
Merge pull request wangdoc#89 from byog/patch-2
Update event.md
2 parents 054bb5a + dd9ddb0 commit 091556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/events/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ para.addEventListener('click', hide, false);
134134

135135
### Event.type
136136

137-
`Event.type`属性返回一个字符串,表示事件类型。事件的类型是在生成事件的时候。该属性只读。
137+
`Event.type`属性返回一个字符串,表示事件类型。事件的类型是在生成事件的时候指定的。该属性只读。
138138

139139
```javascript
140140
var evt = new Event('foo');

0 commit comments

Comments
 (0)