Skip to content

Commit

Permalink
Fix dynamic metadata object in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioberben committed Apr 23, 2024
1 parent 091286b commit 566bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/envoy-primer.md
Expand Up @@ -140,7 +140,7 @@ status_code := 200 if {
body := "Authentication Failed" if status_code == 401
body := "Unauthorized Request" if status_code == 403
dynamic_metadata := {"foo", "bar"}
dynamic_metadata := {"foo": "bar"}
is_token_valid if {
token.valid
Expand Down

0 comments on commit 566bc13

Please sign in to comment.