From 2d63ee56d87b90cf546e88a88ef742ad1ccb46de Mon Sep 17 00:00:00 2001 From: Iva Koevska Date: Mon, 12 Aug 2019 17:37:13 +0300 Subject: [PATCH] Applied title case to page title (#15824) Page titles throughout the doc set typically use title case. This one uses sentence case. I've added capitalization to match the common style. --- .../en/docs/concepts/architecture/master-node-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/master-node-communication.md b/content/en/docs/concepts/architecture/master-node-communication.md index be327630fe..8a4493e49b 100644 --- a/content/en/docs/concepts/architecture/master-node-communication.md +++ b/content/en/docs/concepts/architecture/master-node-communication.md @@ -3,7 +3,7 @@ reviewers: - dchen1107 - roberthbailey - liggitt -title: Master-Node communication +title: Master-Node Communication content_template: templates/concept weight: 20 ---