Skip to content

Commit b08049d

Browse files
committed
fix: PR review
1 parent a318350 commit b08049d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
- [react] feat: Add @sentry/react package (#2631)
77
- [react] feat: Add Error Boundary component (#2647)
8+
- [react] feat: Add useProfiler hook (#2659)
89

910
## 5.17.0
1011

packages/react/src/profiler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function withProfiler<P extends object>(WrappedComponent: React.ComponentType<P>
113113

114114
/**
115115
*
116-
* useProfiler is React hook that profiles a React component.
116+
* `useProfiler` is a React hook that profiles a React component.
117117
*
118118
* Requires React 16.8 or above.
119119
* @param name displayName of component being profiled

0 commit comments

Comments
 (0)