Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements committed Dec 6, 2020
1 parent d07370c commit 7f87e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/guide/v10/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class Button extends Component {
}
```

[this parameters](https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters)を使うと、`EventTarget`の型を指定することができます。
以下のように、[this parameters](https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters)を使うと、`EventTarget`の型を指定することができます。

```tsx
export class Button extends Component {
Expand Down

0 comments on commit 7f87e2c

Please sign in to comment.