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 85dc59b commit aeb2abbCopy full SHA for aeb2abb
16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md
@@ -247,7 +247,7 @@ export class AnalyticsView extends UmbElementMixin(LitElement) {
247
### View Organization
248
- Use descriptive tab labels that clearly indicate the view purpose
249
- Order views by importance using the `weight` property
250
-- Group related functionality into single views rather than many small tabs
+- Group related functionality into a single view rather than many small tabs
251
252
### Context Usage
253
- Consume contexts in constructor for immediate availability
0 commit comments