Skip to content

Commit be87a8c

Browse files
committed
typo in changelog
1 parent b214afc commit be87a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- In the `shell` component
2525
- allow easily creating complex menus even in SQLite:
2626
```sql
27-
select 'shell' as component, 'My Website' as title, '{"title":"About","submenu":[{"link":"/x.sql","title":"X"},{"link":"/y.sql","title":"Y"}]}') as menu_item;
27+
select 'shell' as component, 'My Website' as title, '{"title":"About","submenu":[{"link":"/x.sql","title":"X"},{"link":"/y.sql","title":"Y"}]}' as menu_item;
2828
```
2929
- allow easily creating optional menu items that are only displayed in some conditions:
3030
```sql

0 commit comments

Comments
 (0)