mirror of https://github.com/dapr/docs.git
Capitalization fix
This commit is contained in:
parent
46cad82044
commit
f685c24a0a
|
@ -18,7 +18,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho
|
||||||
- Interact with external resources through input and output [bindings]({{< ref bindings >}})
|
- Interact with external resources through input and output [bindings]({{< ref bindings >}})
|
||||||
- Get [secrets]({{< ref secrets >}}) from secret stores
|
- Get [secrets]({{< ref secrets >}}) from secret stores
|
||||||
- Interact with [virtual actors]({{< ref actors >}})
|
- Interact with [virtual actors]({{< ref actors >}})
|
||||||
- **Service Extensions**: The Dapr service extensions allow you to create services that can:
|
- **Service extensions**: The Dapr service extensions allow you to create services that can:
|
||||||
- Be [invoked]({{< ref service-invocation >}}) by other services
|
- Be [invoked]({{< ref service-invocation >}}) by other services
|
||||||
- [Subscribe]({{< ref pubsub >}}) to topics
|
- [Subscribe]({{< ref pubsub >}}) to topics
|
||||||
- **Actor SDK**: The Dapr Actor SDK allows you to build virtual actors with:
|
- **Actor SDK**: The Dapr Actor SDK allows you to build virtual actors with:
|
||||||
|
|
Loading…
Reference in New Issue