Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements committed Dec 8, 2020
1 parent 5856bd8 commit be8cf46
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 be8cf46

Please sign in to comment.