From be8cf46bb2e221d8303ae645d0cb85610647901e Mon Sep 17 00:00:00 2001 From: 38elements Date: Sun, 6 Dec 2020 15:32:30 +0900 Subject: [PATCH] update --- content/ja/guide/v10/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/guide/v10/typescript.md b/content/ja/guide/v10/typescript.md index 0c9f1da40..a05057926 100644 --- a/content/ja/guide/v10/typescript.md +++ b/content/ja/guide/v10/typescript.md @@ -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 {