Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg authored Feb 27, 2025
1 parent afa8739 commit 2295046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/DesignSite/DesignTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ private struct VaporThemeHTMLFactory: HTMLFactory {
Div {
Div {
FeatureContainer(
title: "High-performant APIs and servers",
description: "Built with a non-blocking, event-driven architecture, Vapor allows you to build high-performant, scalable APIs and HTTP servers. Using Swift's Concurrency model, you can write clear, maintainable code that's efficient and easy to read.",
title: "High-performance APIs and servers",
description: "Built with a non-blocking, event-driven architecture, Vapor allows you to build high-performance, scalable APIs and HTTP servers. Using Swift's Concurrency model, you can write clear, maintainable code that's efficient and easy to read.",
url: "https://docs.vapor.codes/",
icon: "icon-dataflow-03"
)
Expand Down

0 comments on commit 2295046

Please sign in to comment.