Skip to content

Commit 2c8ed4f

Browse files
authored
Fix spaces
Fix formatting of the link in the Profiler documentation.
1 parent 7d253e9 commit 2c8ed4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/Profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ React ツリーを `<Profiler>` コンポーネントで囲むことで、その
8989

9090
`<Profiler>` を使うことで測定結果をプログラムで収集することができます。対話型のプロファイラを使いたい場合は、[React Developer Tools](/learn/react-developer-tools) の Profiler タブを試してみてください。これは同様の機能をブラウザの拡張機能として提供します。
9191

92-
`<Profiler>` でラップされたコンポーネントは、プロファイリングビルドにおいても React パフォーマンストラックの [コンポーネントトラック](/reference/dev-tools/react-performance-tracks#components) に記録されます。
92+
`<Profiler>` でラップされたコンポーネントは、プロファイリングビルドにおいても React パフォーマンストラックの[コンポーネントトラック](/reference/dev-tools/react-performance-tracks#components)に記録されます。
9393
開発用ビルドでは、`<Profiler>` でラップされているかどうかにかかわらず、すべてのコンポーネントがコンポーネントトラックに記録されます。
9494

9595
</Note>

0 commit comments

Comments
 (0)