fix typo in comment

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-10-27 20:37:35 -07:00
parent 47a46673cd
commit 0819efca5a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type Metadata struct {
metadata.Base `json:",inline"`
}
// When the Dapr component does not explictly specify a consumer group,
// When the Dapr component does not explicitly specify a consumer group,
// this value provided by the runtime must be used. This value is specific to each Dapr App.
// As a result, by default, each Dapr App will receive all messages published to the topic at least once.
// See https://github.com/dapr/dapr/blob/21566de8d7fdc7d43ae627ffc0698cc073fa71b0/pkg/runtime/runtime.go#L1735-L1739