From e47a70606ce017a14a3ab29a1edeee5e6399b3b1 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 30 Sep 2016 03:40:26 +0100 Subject: [PATCH] docs: fix small typo in ARCHITECTURE.md --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 94ea63aa..8db5ef4f 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -32,7 +32,7 @@ operating systems. - [Etcher Image Stream](https://github.com/resin-io-modules/etcher-image-stream) -The goal of this project is to convert any kind if input into a readable stream +The goal of this project is to convert any kind of input into a readable stream representing the image so it can be plugged to [etcher-image-write]. Inputs that this module might handle could be, for example: a simple image file, a URL to an image, a compressed image, an image inside a ZIP archive, etc. Together