Skip to content

Commit 697e44a

Browse files
Apply suggestions from code review
Co-authored-by: sofietoft <[email protected]>
1 parent 2a6ef92 commit 697e44a

File tree

2 files changed

+4
-4
lines changed
  • 14/umbraco-cms/reference/content-delivery-api
  • 15/umbraco-cms/reference/content-delivery-api

2 files changed

+4
-4
lines changed

14/umbraco-cms/reference/content-delivery-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The Delivery API is an opt-in feature in Umbraco. It must be explicitly enabled
1414

1515
### Enable the Content Delivery API
1616

17-
You can enable the Delivery API when creating you project initially by using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
17+
When creating your project, you can enable the Delivery API using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
1818

1919
```bash
2020
dotnet new umbraco -n MyProject -da
2121
```
2222

23-
Yuo can also enable it after the fact with the following steps:
23+
You can also enable the Delivery API at a later point by following these steps:
2424

2525
1. Open your project's `appsettings.json`.
2626
2. Insert the `DeliveryApi` configuration section under `Umbraco:CMS`.

15/umbraco-cms/reference/content-delivery-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The Delivery API is an opt-in feature in Umbraco. It must be explicitly enabled
1414

1515
### Enable the Content Delivery API
1616

17-
You can enable the Delivery API when creating you project initially by using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
17+
When creating your project, you can enable the Delivery API using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
1818

1919
```bash
2020
dotnet new umbraco -n MyProject -da
2121
```
2222

23-
Yuo can also enable it after the fact with the following steps:
23+
You can also enable the Delivery API at a later point by following these steps:
2424

2525
1. Open your project's `appsettings.json`.
2626
2. Insert the `DeliveryApi` configuration section under `Umbraco:CMS`.

0 commit comments

Comments
 (0)