Skip to content

Commit 40fbedc

Browse files
akamecosmikitky
authored andcommitted
Fix broken markdown link syntax (#148)
1 parent e73ac76 commit 40fbedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/addons-test-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ it('can render and update a counter', () => {
122122
});
123123
```
124124

125-
DOM イベントのディスパッチは、DOM コンテナが `document` に追加されたときだけ動作することを忘れないでください。[`react-testing-library`]https://github.com/kentcdodds/react-testing-library のようなヘルパーを使えばボイラープレートのコードを減らせます。
125+
DOM イベントのディスパッチは、DOM コンテナが `document` に追加されたときだけ動作することを忘れないでください。[`react-testing-library`](https://github.com/kentcdodds/react-testing-library) のようなヘルパーを使えばボイラープレートのコードを減らせます。
126126

127127
* * *
128128

0 commit comments

Comments
 (0)