Skip to content

Commit 77e43f7

Browse files
committed
typo
1 parent a776dfa commit 77e43f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0003-reactive-declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ As an indirect consequence of that change, we're able to get rid of all the boil
4949
5050
computed: {
5151
doubled: ({ count }) => count * 2,
52-
quadrupled: ({ doubled }) => count * 2
52+
quadrupled: ({ doubled }) => doubled * 2
5353
}
5454
};
5555
</script>

0 commit comments

Comments
 (0)