From f3fcf6f6a00325e38fb6588d8552b70e5b7b1b14 Mon Sep 17 00:00:00 2001 From: Patrick Cleary Date: Sun, 16 Feb 2025 21:09:39 -0500 Subject: [PATCH] Fix typo and adjust phrasing (#1035) --- .../components/notices/BetaSlowZoneDataNotice.tsx | 15 +++++++-------- common/types/basicWidgets.tsx | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/common/components/notices/BetaSlowZoneDataNotice.tsx b/common/components/notices/BetaSlowZoneDataNotice.tsx index 0f3fa01d..c5dfa5a4 100644 --- a/common/components/notices/BetaSlowZoneDataNotice.tsx +++ b/common/components/notices/BetaSlowZoneDataNotice.tsx @@ -19,14 +19,13 @@ export const BetaSlowZoneDataNotice: React.FC = () => {

Green Line Slow Zones are in Beta

- Due to the variable nature of service on the Green Line, we aren't able to detect slow - zones as easily as on the heavy rail lines. Additionaly, we are only monitoring slow - zones for stops serviced by the D line since that is the only line which is entirely - grade-separated. -

-

- We're working on improving the data and we plan to add slow-zone tracking for other - branches, but that will require additional information on traffic patterns. + Due to the variable nature of service on the Green Line, we can't detect slow zones as + easily as with heavy rail lines. Additionally, we only monitor the D branch as it is + the only{' '} + + grade-separated + {' '} + branch

diff --git a/common/types/basicWidgets.tsx b/common/types/basicWidgets.tsx index f542a3b4..e771ab54 100644 --- a/common/types/basicWidgets.tsx +++ b/common/types/basicWidgets.tsx @@ -132,7 +132,7 @@ export class PercentageWidgetValue extends BaseWidgetValue implements WidgetValu if (this.value === undefined) return '...'; return (

- {' '} +

); diff --git a/package.json b/package.json index 1c6b972e..e1ef48df 100644 --- a/package.json +++ b/package.json @@ -133,4 +133,4 @@ "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0" }, "proxy": "http://localhost:5000" -} +} \ No newline at end of file