From 920e1e2b1c72a59f8526304c5fbe81361848c1ef Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 8 Sep 2023 15:30:32 +0200 Subject: [PATCH] Bug 1825116 - delete trailing whitespace from docs --- docs/architecture-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture-overview.md b/docs/architecture-overview.md index f0ef8f184..5a53f434a 100644 --- a/docs/architecture-overview.md +++ b/docs/architecture-overview.md @@ -16,7 +16,7 @@ A store of State. See [mozilla.components.lib.state.Store](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/components/lib/state/src/main/java/mozilla/components/lib/state/Store.kt) -Holds app State. +Holds app State. Receives [Actions](#action), which are used to compute new State using [Reducers](#reducer) and can have [Middlewares](#middleware) attached which respond to and manipulate actions.