From 78ccb42042be53e6bfb19ca3bd46f54cb019b35b Mon Sep 17 00:00:00 2001
From: Sintendo <bram.speeckaert@gmail.com>
Date: Sat, 29 Sep 2018 21:21:21 +0200
Subject: [PATCH] doc: fix casing in stream.md

---
 doc/api/stream.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/stream.md b/doc/api/stream.md
index 85ba46ebf8cc4d..62bcfaedf59f35 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1307,7 +1307,7 @@ added: v8.0.0
 
 Destroy the stream, and emit `'error'`. After this call, the
 transform stream would release any internal resources.
-implementors should not override this method, but instead implement
+Implementors should not override this method, but instead implement
 [`readable._destroy()`][readable-_destroy].
 The default implementation of `_destroy()` for `Transform` also emit `'close'`.