Skip to content

Commit 524c5f9

Browse files
committed
grammar
1 parent 407bc81 commit 524c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/09_redirect.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This component helps you:
1212
There is no `IF` statement in SQL. Even when you use a [`CASE` expression](https://modern-sql.com/caniuse/case_(simple)), all branches are always evaluated (and only one is returned).
1313
1414
To conditionally execute a component or a [SQLPage function](/functions.sql), you can use the `redirect` component.
15-
A common use case is error handling. You may want to process with the rest of a page only when certain pre-conditions are met.
15+
A common use case is error handling. You may want to proceed with the rest of a page only when certain pre-conditions are met.
1616
1717
```sql
1818
SELECT

0 commit comments

Comments
 (0)