Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 5dcf3a5

Browse files
authored
Merge pull request #112 from zjpzjp/patch-1
chore: single quotation marks
2 parents 4cd46a0 + 867abba commit 5dcf3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const dinner = {
7878

7979
const handler = {
8080
get(target, prop) {
81-
console.log(intercepted!)
81+
console.log('intercepted!')
8282
return target[prop]
8383
}
8484
}

0 commit comments

Comments
 (0)