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 aeb2abb commit bc9a6d4Copy full SHA for bc9a6d4
16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md
@@ -250,7 +250,7 @@ export class AnalyticsView extends UmbElementMixin(LitElement) {
250
- Group related functionality into a single view rather than many small tabs
251
252
### Context Usage
253
-- Consume contexts in constructor for immediate availability
+- Consume contexts in the constructor for immediate availability
254
- Use `observe()` for reactive updates when context state changes
255
- Check context availability before accessing properties
256
0 commit comments