Skip to content

Commit fc137fe

Browse files
committed
Wording
1 parent 0a83aa8 commit fc137fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ function SearchInterface() {
306306
/>
307307
</div>
308308
<div className="space-y-1">
309-
{stats.function !== undefined && <div>{stats.function.toLocaleString()} function sigs</div>}
310-
{stats.event !== undefined && <div>{stats.event.toLocaleString()} event sigs</div>}
311-
{stats.error !== undefined && <div>{stats.error.toLocaleString()} error sigs</div>}
309+
{stats.function !== undefined && <div>{stats.function.toLocaleString()} function signatures</div>}
310+
{stats.event !== undefined && <div>{stats.event.toLocaleString()} event signatures</div>}
311+
{stats.error !== undefined && <div>{stats.error.toLocaleString()} error signatures</div>}
312312
</div>
313313
</div>
314314
<div className="bg-white border border-gray-200 rounded-lg p-4 text-center hover:border-cerulean-blue-400 hover:shadow-md transition-all duration-200">

0 commit comments

Comments
 (0)