summaryrefslogtreecommitdiff
path: root/docs/dev/design_documents/data_collector.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/design_documents/data_collector.md')
-rw-r--r--docs/dev/design_documents/data_collector.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/design_documents/data_collector.md b/docs/dev/design_documents/data_collector.md
index cb2b0cb406..889306e026 100644
--- a/docs/dev/design_documents/data_collector.md
+++ b/docs/dev/design_documents/data_collector.md
@@ -190,7 +190,7 @@ The Run Start Schema will be used by Chef to notify the data collection server a
"description": "Data Collector - Runs run_start schema",
"properties": {
"chef_server_fqdn": {
- "description": "It is the FQDN of the chef_server against whch current reporting instance runs",
+ "description": "It is the FQDN of the chef_server against which current reporting instance runs",
"type": "string"
},
"entity_uuid": {
@@ -266,7 +266,7 @@ The Run End Schema will be used by Chef Client to notify the data collection ser
"description": "Data Collector - Runs run_converge schema",
"properties": {
"chef_server_fqdn": {
- "description": "It is the FQDN of the chef_server against whch current reporting instance runs",
+ "description": "It is the FQDN of the chef_server against which current reporting instance runs",
"type": "string"
},
"end_time": {