We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7746 commit b1f6c5aCopy full SHA for b1f6c5a
config/sidebar.ts
@@ -40,7 +40,7 @@ export default {
40
to: '/features/transforms'
41
},
42
{
43
- title: 'Faceting',
+ title: 'Facets',
44
to: '/features/facets'
45
}
46
]
src/routes/features/facets/+page.md
@@ -2,7 +2,7 @@
2
title: Facets
3
---
4
5
-Facets are a way to split a plot into multiple panels
+Facets are a way to split a plot into multiple panels.
6
7
```svelte live
8
<script>
0 commit comments