diff --git a/contributors.yml b/contributors.yml
index 1f8a167d1f6..c7195a8f234 100644
--- a/contributors.yml
+++ b/contributors.yml
@@ -185,6 +185,7 @@
- houmark
- humphd
- hzhu
+- harshmangalam
- IAmLuisJ
- ianduvall
- ikarus-akhil
diff --git a/docs/guides/streaming.md b/docs/guides/streaming.md
index 15ff6fcc8ec..7cb609e6cee 100644
--- a/docs/guides/streaming.md
+++ b/docs/guides/streaming.md
@@ -7,7 +7,7 @@ description: When, why, and how to stream with React 18 and Remix's deferred API
Remix supports the [web streaming API][web-streaming-api] as a first-class citizen. Additionally, JavaScript server runtimes have support for streaming responses to the client.
-NOTE: Deferred UX goals rely on streaming responses. Some popular hosts do not support streaming responses. In general, any host built around AWS Lambda does not support streaming and any bare metal / VM provider will. Make sure your hosting platform supports before using this API.
+NOTE: Deferred UX goals rely on streaming responses. Some popular hosts do not support streaming responses. In general, any bare metal / VM provider will support streaming. Make sure your hosting platform supports before using this API.
## The problem