We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fd0a5 commit 75194ddCopy full SHA for 75194dd
webdriver-ts-results/src/tables/CpuResultsTable.tsx
@@ -18,7 +18,7 @@ const CpuResultsTable = ({data, currentSortKey, sortBy}: {data: ResultTableData;
18
</thead>
19
<thead>
20
<tr>
21
- <th>Implementationn notes</th>
+ <th>Implementation notes</th>
22
{data.frameworks.map(f =>
23
<th key={f.name} >
24
{
0 commit comments