Skip to content

Commit 88bac2e

Browse files
committed
typo
1 parent 05a8930 commit 88bac2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/index.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SELECT 'Iterate and Experiment with Ease' as title,
5454
'purple' as color;
5555
SELECT 'Start Simple, Scale to Advanced' as title,
5656
'SQLPage is a great starting point for building websites, especially if you''re new to coding. As your needs grow,
57-
you can gradually transition to a full-featured programming languege while reusing the database structure and queries you wrote in SQLPage.
57+
you can gradually transition to a full-featured programming language while reusing the database structure and queries you wrote in SQLPage.
5858
SQLPage helps you transition smoothly while providing a solid foundation for your website.' as description,
5959
'world-cog' as icon,
6060
'orange' as color;

0 commit comments

Comments
 (0)