From db9969b996a421b8894d35a292623542149d9576 Mon Sep 17 00:00:00 2001 From: Khalid Jebbari Date: Tue, 24 Feb 2015 18:09:38 +0100 Subject: [PATCH] Micro typo fix in README Because I can. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f281e8..8e06b90 100644 --- a/README.md +++ b/README.md @@ -1006,7 +1006,7 @@ kinds of architecture (in my experience). So here's another way of thinking about what's happening with this data flow - another useful mental model. First, imagine that all the events ever dispatched by a certain running app were stored in a collection. -So, if when the app stated, the user clicked on button X then the first item in this collection +So, if when the app started, the user clicked on button X then the first item in this collection would be the event generated by that button, and then, if next the user moved a slider, the associated event would be the next item in the collection, and so on and so on. We'd end up with a collection of event vectors.