From dd3a0b2347823406fd36dab580f6a37b721acfc3 Mon Sep 17 00:00:00 2001 From: michaelwang13 Date: Fri, 20 Jan 2023 14:47:38 -0600 Subject: [PATCH] Update SupportPriceTable.js (#306) typo in Enterprise tier blurb: Critcal -> Critical --- src/components/deploy/SupportPriceTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/deploy/SupportPriceTable.js b/src/components/deploy/SupportPriceTable.js index 7f3b338f..af8109d6 100644 --- a/src/components/deploy/SupportPriceTable.js +++ b/src/components/deploy/SupportPriceTable.js @@ -8,7 +8,7 @@ import styles from './SupportPriceTable.module.css'; const tiers = [ { name: 'Standard', showPrice: true, price: 0, description: 'Recommended for production workloads' }, { name: 'Premium', showPrice: true, price: 499, description: 'Recommended for production workloads, with same day Support for tickets submitted before 3PM during the work week.' }, - { name: 'Enterprise', showPrice: true, price: 1499, description: 'Recommended for critcal production workloads that require 24/7 support' } + { name: 'Enterprise', showPrice: true, price: 1499, description: 'Recommended for critical production workloads that require 24/7 support' } ]; const footnotes = [