From 9bd01a9c8c28507f86c2eb24750cbd6b6df3703e Mon Sep 17 00:00:00 2001 From: Kaushik Date: Mon, 17 Jun 2019 21:18:36 +0100 Subject: [PATCH] #8901: Changing score from 'string' to 'number' --- docs/understanding-results.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/understanding-results.md b/docs/understanding-results.md index a98ec06f7d90..c753e8e1d8ec 100644 --- a/docs/understanding-results.md +++ b/docs/understanding-results.md @@ -158,7 +158,7 @@ An array containing the different categories, their scores, and the results of t | id | `string` | The string identifier of the category. | | title | `string` | The human-friendly display name of the category. | | description | `string` | A brief description of the purpose of the category, supports markdown links. | -| score | `string` | The overall score of the category, the weighted average of all its audits. | +| score | `number` | The overall score of the category, the weighted average of all its audits. | | auditRefs | `AuditEntry[]` | An array of all the audit results in the category. | ### AuditEntry Properties