mirror of https://github.com/dapr/docs.git
Fix double 'the'
This commit is contained in:
parent
321b032943
commit
c686ed6efe
2
FAQ.md
2
FAQ.md
|
@ -37,7 +37,7 @@ Virtual actors capabilities are one of the building blocks that Dapr provides in
|
|||
|
||||
Creating a new actor follows a local call like http://localhost:3500/v1.0/actors/\<actorType>/\<actorId>/…, for example <http://localhost:3500/v1.0/actors/myactor/50/method/getData> to call the `getData` method on the newly created `myactor` with id `50`.
|
||||
|
||||
The Dapr runtime SDKs have language specific actor frameworks. The the .NET SDK for example has C# actors. You will see all the SDKs have an actor framework that fits with the language.
|
||||
The Dapr runtime SDKs have language specific actor frameworks. The .NET SDK for example has C# actors. You will see all the SDKs have an actor framework that fits with the language.
|
||||
|
||||
## Developer language SDKs and frameworks
|
||||
|
||||
|
|
Loading…
Reference in New Issue