mirror of https://github.com/dapr/docs.git
				
				
				
			Merge pull request #2008 from MassimoC/patch-2
fix: small typo replace semicolons with colons
This commit is contained in:
		
						commit
						16a96aeefd
					
				|  | @ -16,7 +16,7 @@ In self hosted mode the Dapr configuration is a configuration file, for example | |||
| A Dapr sidecar can also apply a configuration by using a ```--config``` flag to the file path with ```dapr run``` CLI command. | ||||
| 
 | ||||
| #### Kubernetes sidecar | ||||
| In Kubernetes mode the Dapr configuration is a Configuration CRD, that is applied to the cluster. For example; | ||||
| In Kubernetes mode the Dapr configuration is a Configuration CRD, that is applied to the cluster. For example: | ||||
| 
 | ||||
| ```bash | ||||
| kubectl apply -f myappconfig.yaml | ||||
|  | @ -41,7 +41,7 @@ Note: There are more [Kubernetes annotations]({{< ref "arguments-annotations-ove | |||
| 
 | ||||
| ### Sidecar configuration settings | ||||
| 
 | ||||
| The following configuration settings can be applied to Dapr application sidecars; | ||||
| The following configuration settings can be applied to Dapr application sidecars: | ||||
| - [Tracing](#tracing) | ||||
| - [Metrics](#metrics) | ||||
| - [Middleware](#middleware) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue