Updates per PR feedback.

Signed-off-by: Phillip Hoff <phillip@orst.edu>
This commit is contained in:
Phillip Hoff 2023-02-08 12:21:58 -08:00
parent e23e6e20ba
commit b3f6c7c636
2 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ no_list: true
is_preview: true
---
The Dapr SDKs are the easiest way for you to create Dapr Pluggable Components. Choose your favorite language and get up and running with Dapr in minutes.
The Dapr SDKs are the easiest way for you to create pluggable components. Choose your favorite language and start creating components in minutes.
## Pluggable Components SDKs
## Pluggable components SDKs
| Language | Status |
|----------|:------:|

View File

@ -19,6 +19,6 @@
{{ if .Params.is_preview }}
{{ $color := "primary" }}
<div class="pageinfo pageinfo-{{ $color }}">
<p>This is documentation about a preview version of Dapr features.</p>
<p>This is documentation on a preview feature.</p>
</div>
{{ end }}