Skip to content

Commit

Permalink
Minor enhancements based on vale feedback in preview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syedzubeen authored Oct 22, 2023
1 parent cc3d672 commit 4c69950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umbraco-heartcore/getting-started/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const client = new Client({
})
```

For the[ .NET Client](../client-libraries/dot-net-core/) you'll create a new instance of the `Umbraco.Headless.Client.Net.Delivery.ContentPreviewService`. Note that its based on the `IContentDeliveryService` interface, which the `ContentDeliveryService` also implements.
For the[ .NET Client](../client-libraries/dot-net-core/) you'll create a new instance of the `Umbraco.Headless.Client.Net.Delivery.ContentPreviewService`. Its based on the `IContentDeliveryService` interface, which the `ContentDeliveryService` also implements.

```csharp
using Umbraco.Headless.Client.Net.Delivery;
Expand Down

0 comments on commit 4c69950

Please sign in to comment.