Skip to content

Commit

Permalink
docs: fix typo(デバック -> デバッグ) (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoge42 authored Feb 12, 2025
1 parent 85d2471 commit 8b0406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/best-practices/production-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- よくあるエラーや落とし穴に対する警告
- props やイベントに対するバリデーション
- [リアクティビティーのデバックのためのフック](/guide/extras/reactivity-in-depth#reactivity-debugging)
- [リアクティビティーのデバッグのためのフック](/guide/extras/reactivity-in-depth#reactivity-debugging)
- 開発者ツールとの連携

しかし、これらの機能は本番では役に立ちません。警告の検査の中には、わずかなパフォーマンスのオーバーヘッドを発生させるものもあります。本番へのデプロイ時には、ペイロードサイズを小さくしてパフォーマンスを向上させるために、使用されていない開発専用のコードブランチをすべて削除する必要があります。
Expand Down

0 comments on commit 8b0406e

Please sign in to comment.