Skip to content

Commit cd9cfd4

Browse files
committed
fix typo in documentation
1 parent c27404f commit cd9cfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ INSERT INTO component(name, icon, description) VALUES
210210
'The form contents can be posted and handled by another sql file in your site. ' ||
211211
'The value entered by the user in a field named x will be accessible to the target SQL page as a variable named $x.
212212
For instance, you can create a SQL page named "create_user.sql" that would contain "INSERT INTO users(name) VALUES($name)"
213-
and a form with its action property set to "create_user.sql" that would contain a field named "name"."');
213+
and a form with its action property set to "create_user.sql" that would contain a field named "name".');
214214

215215
INSERT INTO parameter(component, name, description, type, top_level, optional) SELECT 'form', * FROM (VALUES
216216
-- top level

0 commit comments

Comments
 (0)