Skip to content

Commit

Permalink
fix: wrong number of months in quote
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcernera committed Jul 18, 2024
1 parent ee90b80 commit f639ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default function Index({
<QuoteSection
title="Delivering value to DevOps and Platform Engineering teams"
quote={`By adopting Plural for our Kubernetes fleet management solution, we
reduced our k8s upgrade cycle from 9 months to 1 day, enabling us to
reduced our k8s upgrade cycle from 3 months to 1 day, enabling us to
delegate responsibilities more effectively from principal engineers to a single mid-level engineer.`}
attribution="Director DevOps, Leading Global Cybersecurity Provider"
/>
Expand Down
2 changes: 1 addition & 1 deletion pages/kubernetes-fleet-management.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Legal(
<QuoteSection
title="Delivering value to DevOps and platform engineering teams"
quote={`By adopting Plural for our Kubernetes fleet management solution, we
reduced our k8s upgrade cycle from 9 months to 1 day, enabling us to
reduced our k8s upgrade cycle from 3 to 1 day, enabling us to
delegate responsibilities more effectively from principal engineers to
mid-level engineer`}
attribution="Director DevOps, Leading Global Cybersecurity Provider"
Expand Down

0 comments on commit f639ff8

Please sign in to comment.