From 484fc278e7ddc3502b518c4e3344a8019f45cfee Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Wed, 6 Nov 2024 12:02:07 +0700 Subject: [PATCH] chore: renamed to sector health rate instead of sector fault rate --- src/provider/[provider].md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/provider/[provider].md b/src/provider/[provider].md index 5582ecd..2639d14 100644 --- a/src/provider/[provider].md +++ b/src/provider/[provider].md @@ -87,12 +87,12 @@ _How an SP performs again the [(TBD) "warm" service class](https://github.com/fi ```js resize((width) => Plot.plot({ - title: "Durability", - subtitle: "Percentage of sectors that have faulted on a given day", + title: "Sector Health Rate", + subtitle: "Percentage of sectors that have submitted an accepted proof of spacetime.", x: { label: "Date" }, y: { grid: true, - label: "Fault Rate (%)", + label: "Health Rate (%)", domain: [0, 100] }, width,