Skip to content

Commit 0950562

Browse files
authored
Update 15/umbraco-cms/reference/management/using-services/contentservice.md
1 parent c48dc73 commit 0950562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/management/using-services/contentservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Learn how to use the Content Service.
88

99
## Creating content programmatically
1010

11-
In the example below, a new content item is programmatically created using the content service. It is assumed that there are two document types, namely **Catalogue** and **Product**. A new *Product* node will be created under the *Catalogue* page.
11+
In the example below, a new content item is programmatically created using the content service. It is assumed that there are two document types, namely *Catalogue* and *Product*. A new *Product* node will be created under the *Catalogue* page.
1212

1313
Create a new C# class file (for example, `MyProject/Services/PublishContentDemo.cs`) inside your web project.
1414

0 commit comments

Comments
 (0)