Skip to content

Commit f6b97da

Browse files
authored
Update umbraco-heartcore/client-libraries/node-js.md
1 parent b1d8343 commit f6b97da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umbraco-heartcore/client-libraries/node-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ content.management.content.create()
7676
content.management.contentType.all()
7777
```
7878

79-
In the examples above, the first methods shows how the Content Management API is called in order to _create new content_ and the second methods gives an example of how to get a list of all available content types. Find a full list of the available methods for the Content Management API on the [sample repository on GitHub](https://github.com/umbraco/Umbraco.Headless.Client.NodeJs#content-management).
79+
In the examples above, the first method shows how to _create new content_ using the Content Management API. The second method gives an example of how to retrieve a list of all available content types. Find a full list of the available methods for the Content Management API on the [sample repository on GitHub](https://github.com/umbraco/Umbraco.Headless.Client.NodeJs#content-management).
8080

8181
## References
8282

0 commit comments

Comments
 (0)