Skip to content

Commit 85ac5dc

Browse files
committed
fixed minor grammatical typo in src/v2/cookbook/adding-instance-properties.md
1 parent b189a34 commit 85ac5dc

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)