From 0bae2ce6a89fe9ee6503084763931a7aee1dd8d9 Mon Sep 17 00:00:00 2001 From: Preston Mueller Date: Fri, 5 Apr 2024 01:47:29 +0000 Subject: [PATCH] fix: just back again with some spelling/grammar tightening up --- common/components/notices/BetaDataNotice.tsx | 11 ++++++----- common/components/notices/BusDataNotice.tsx | 2 +- common/components/notices/GobbleDataNotice.tsx | 13 +++++++------ common/components/notices/TerminusNotice.tsx | 2 +- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/common/components/notices/BetaDataNotice.tsx b/common/components/notices/BetaDataNotice.tsx index 4611dafe4..b82380477 100644 --- a/common/components/notices/BetaDataNotice.tsx +++ b/common/components/notices/BetaDataNotice.tsx @@ -33,7 +33,7 @@ export const BetaDataNotice: React.FC = () => {

Real-time bus data is in beta

- Data shown here is collected by TransitMatters using the{' '} + TransitMatters collects this data using the{' '} { > MBTA's V3 API - . Unlike other data sources we show, this data is not cleaned or filtered in any way - before display. Please expect reduced accuracy. + . Unlike data from other sources, it is not cleaned or filtered before display. + Please expect reduced accuracy.

We favor official performance data from the MBTA when it's available. Technical - details of our data collection can be found{' '} + details of our data collection are available in our{' '} - here + GitHub repository + .

diff --git a/common/components/notices/BusDataNotice.tsx b/common/components/notices/BusDataNotice.tsx index a01184f61..14fbbb91c 100644 --- a/common/components/notices/BusDataNotice.tsx +++ b/common/components/notices/BusDataNotice.tsx @@ -15,7 +15,7 @@ export const BusDataNotice: React.FC = () => { Due to data collection issues, bus data is not guaranteed to be complete for any stop or date.

-

This may lead to inaccuracies, particularly in headway calculations.

+

This may lead to inaccuracy, particularly in headway calculations.

); diff --git a/common/components/notices/GobbleDataNotice.tsx b/common/components/notices/GobbleDataNotice.tsx index 374cc5a2f..f0409ee4b 100644 --- a/common/components/notices/GobbleDataNotice.tsx +++ b/common/components/notices/GobbleDataNotice.tsx @@ -29,29 +29,30 @@ export const GobbleDataNotice: React.FC = () => {

- Data shown here is collected by TransitMatters using the{' '} + TransitMatters collects this data using the{' '} - MBTA's streaming API + MBTA's V3 API - . Unlike other data sources we show, this data is not cleaned or filtered in any way - before display. Innacuracies may be present. + . Unlike data from other sources, this data is not cleaned or filtered. Please expect + reduced accuracy.

Official MBTA data will be shown when available. Technical details of our data - collection can be found{' '} + collection can be found in our{' '} - here + GitHub repository + .

diff --git a/common/components/notices/TerminusNotice.tsx b/common/components/notices/TerminusNotice.tsx index 98f6e00e8..97bbdc7d3 100644 --- a/common/components/notices/TerminusNotice.tsx +++ b/common/components/notices/TerminusNotice.tsx @@ -19,7 +19,7 @@ export const TerminusNotice: React.FC = ({ toStation, fromS Due to data collection issues at terminus stations, data is not guaranteed to be complete.

-

This may lead to inaccuracies, particularly in travel time & dwell calculations.

+

This may lead to inaccuracy, particularly in travel time & dwell calculations.

);