diff --git a/config/sidebar.ts b/config/sidebar.ts index 8ece7481..10f7c36f 100644 --- a/config/sidebar.ts +++ b/config/sidebar.ts @@ -40,7 +40,7 @@ export default { to: '/features/transforms' }, { - title: 'Faceting', + title: 'Facets', to: '/features/facets' } ] diff --git a/src/routes/features/facets/+page.md b/src/routes/features/facets/+page.md index 0a1077d1..81ff0ae8 100644 --- a/src/routes/features/facets/+page.md +++ b/src/routes/features/facets/+page.md @@ -2,7 +2,7 @@ title: Facets --- -Facets are a way to split a plot into multiple panels +Facets are a way to split a plot into multiple panels. ```svelte live