Skip to content

Commit 75194dd

Browse files
committed
fix typo
1 parent 33fd0a5 commit 75194dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts-results/src/tables/CpuResultsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const CpuResultsTable = ({data, currentSortKey, sortBy}: {data: ResultTableData;
1818
</thead>
1919
<thead>
2020
<tr>
21-
<th>Implementationn notes</th>
21+
<th>Implementation notes</th>
2222
{data.frameworks.map(f =>
2323
<th key={f.name} >
2424
{

0 commit comments

Comments
 (0)