Skip to content

Commit 1f6aa6b

Browse files
authored
Merge pull request #6858 from umbraco/filipbech-patch-2
Fixing some wording
2 parents 43501fa + 81fe562 commit 1f6aa6b

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/customizing/extending-overview/extension-types/workspaces

1 file changed

+1
-1
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The default workspace view is **'Info'** - displaying Links, History and Status
2525
## Example of a Workspace View
2626

2727
1. Follow the [Vite Package Setup](../../../development-flow/vite-package-setup.md) by creating a new project folder called "`workspaceview`" in `App_Plugins`.
28-
2. Create a manifest file named `umbraco-package.json` at the root of the `welcome-dashboard` folder. Here we define and configure our dashboard.
28+
2. Create a manifest file named `umbraco-package.json` at the root of the `workspaceview` folder. Here we define and configure our workspace view.
2929
3. Add the following code to `umbraco-package.json`:
3030

3131
{% code title="umbraco-package.json" lineNumbers="true" %}

0 commit comments

Comments
 (0)