Skip to content

Commit 2104580

Browse files
e.g. to for example
1 parent dfe3d80 commit 2104580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/umbraco-cms/customizing/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This page is a work in progress and may undergo further revisions, updates, or a
66

77
A Workspace is the editor for a specific entity type. It can either be a simple view of data or a complex editor with multiple views.
88

9-
* A workspace is based on an entity type (e.g. content, media, member, etc.) and a unique string (ex: key).
9+
* A workspace is based on an entity type (for example content, media, member, etc.) and a unique string (ex: key).
1010
* Most workspaces hold a draft state of an entity. It is a copy of the entity data that can be modified at runtime and sent to the server to be saved.
1111
* A workspace can be a single view or consist of multiple views.
1212
* A workspace should host a workspace context, with which anything within can communicate.

0 commit comments

Comments
 (0)