Skip to content

Commit fbb263d

Browse files
hasparusbenjie
andauthored
validated queries -> validated requests
Co-authored-by: Benjie <[email protected]>
1 parent f70d624 commit fbb263d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index-page/hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function Hero() {
1818
<ul className="flex flex-col gap-2">
1919
{[
2020
"Deliver high-performance user experience at any scale",
21-
"Secure and stabilize your API with a strongly typed schema and validated queries",
21+
"Secure and stabilize your API with a strongly typed schema and validated requests",
2222
"Reduce dependencies through efficient, distributed development",
2323
].map((item, index) => (
2424
<li key={index} className="flex items-start gap-1">

0 commit comments

Comments
 (0)