Skip to content

Commit 1f31a88

Browse files
committed
chore: Update package version and modify description
1 parent 0685a43 commit 1f31a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scan",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "Scan your React app for renders",
55
"keywords": [
66
"react",

test/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const App = () => {
8484
</nav>
8585

8686
<p>
87-
React Scan "scans" your React app for problematic renders. It's just
87+
React Scan "scans" your React app for slow renders. It's just
8888
JavaScript, so you drop it in anywhere – script tag, npm, you name
8989
it!
9090
</p>

0 commit comments

Comments
 (0)