From 2033825ff89ea9d710f25a4edcc29bef9bcda6d3 Mon Sep 17 00:00:00 2001 From: Paul DelRe Date: Fri, 16 Jan 2015 11:18:06 -0500 Subject: [PATCH] Correct capitalization typo --- docs/documentation/Multilang-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/Multilang-protocol.md b/docs/documentation/Multilang-protocol.md index fa8b633ffa1..43afd327f31 100644 --- a/docs/documentation/Multilang-protocol.md +++ b/docs/documentation/Multilang-protocol.md @@ -233,7 +233,7 @@ One thing you have to take care of is, don't let subprocess sleep too much from * Bolt -SHell bolts are asynchronous, so ShellBolt will send heartbeat tuple periodically. +Shell bolts are asynchronous, so ShellBolt will send heartbeat tuple periodically. Heartbeat tuple looks like: ``` @@ -248,4 +248,4 @@ Heartbeat tuple looks like: } ``` -When subprocess receives heartbeat tuple, it should send 'sync' to ShellBolt. \ No newline at end of file +When subprocess receives heartbeat tuple, it should send 'sync' to ShellBolt.