diff --git a/site/guide/4-requests.md b/site/guide/4-requests.md
index 7004df0c..384bed37 100644
--- a/site/guide/4-requests.md
+++ b/site/guide/4-requests.md
@@ -1704,7 +1704,7 @@ Query strings are URL-encoded forms that appear in the URL of a request. Query
parameters are declared like path parameters but otherwise handled like regular
URL-encoded form fields. The table below summarizes the analogy:
-| Path Synax | Query Syntax | Path Type Bound | Query Type Bound |
+| Path Syntax | Query Syntax | Path Type Bound | Query Type Bound |
|-------------|--------------|------------------|------------------|
| `` | `` | [`FromParam`] | [`FromForm`] |
| `` | `` | [`FromSegments`] | [`FromForm`] |