Skip to content

Commit ec13fb4

Browse files
committed
Merge branch 'master' of https://github.com/WouterK12/js-framework-benchmark into WouterK12-master
2 parents 3750575 + e9cf3ce commit ec13fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts-results/src/Common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface Category {
2828

2929
export const categories: Category[] = [
3030
{id:1, text:"[Note]: Manual DOM manipulations", issues: [772], severity: Severity.Note},
31-
{id:2, text:"[Note]:View state on the model", issues: [800], severity: Severity.Note},
31+
{id:2, text:"[Note]: View state on the model", issues: [800], severity: Severity.Note},
3232
{id:3, text:"[Note]: Explicit requestAnimationFrame calls", issues: [796], severity: Severity.Note},
3333
{id:4, text:"[Note]: Manual event delegation", issues: [801], severity: Severity.Note},
3434
{id:5, text:"[Note]: Implementation uses runtime code generation", issues: [1139], severity: Severity.Note},

0 commit comments

Comments
 (0)