Skip to content

Commit 7ccf735

Browse files
authored
fix docs (#942)
The `:` character is a colon (not a semi-colon).
1 parent 9231064 commit 7ccf735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/extensions-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SQLPage implements variables in the following way:
1919

2020
When sending a POST request, most often by sending a form with the
2121
[form component](/component.sql?component=form), the form data is made
22-
available as variables prefixed by a semi-colon.
22+
available as variables prefixed by a colon.
2323

2424
So when this form is sent:
2525

0 commit comments

Comments
 (0)