We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70d624 commit fbb263dCopy full SHA for fbb263d
src/components/index-page/hero/index.tsx
@@ -18,7 +18,7 @@ export function Hero() {
18
<ul className="flex flex-col gap-2">
19
{[
20
"Deliver high-performance user experience at any scale",
21
- "Secure and stabilize your API with a strongly typed schema and validated queries",
+ "Secure and stabilize your API with a strongly typed schema and validated requests",
22
"Reduce dependencies through efficient, distributed development",
23
].map((item, index) => (
24
<li key={index} className="flex items-start gap-1">
0 commit comments