Skip to content

Commit 68a61f4

Browse files
Merge pull request #201 from sgc109/master
Fixed minor grammatical typo in document
2 parents b189a34 + 85ac5dc commit 68a61f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/adding-instance-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Vue.prototype.$reverseText = propertyName => {
143143
}
144144
```
145145

146-
다음과 같은 에러를 발생할 것입니다:
146+
다음과 같은 에러가 발생할 것입니다:
147147

148148
```log
149149
Uncaught TypeError: Cannot read property 'split' of undefined

0 commit comments

Comments
 (0)