Skip to content

Commit 7911911

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [v26] one page modified
1 parent 8eab4ab commit 7911911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ type State = {
153153

154154
export const state: State = {
155155
foo: 'bar',
156-
get shoutedFoo(this: State) {
156+
get shoutedFoo() {
157157
return this.foo + '!!!'
158158
}
159159
}

0 commit comments

Comments
 (0)