From 319936b1cc46ab4e79499e5f9fcd9daec44399de Mon Sep 17 00:00:00 2001 From: Kevin Yamauchi Date: Fri, 31 Jan 2025 08:27:38 +0100 Subject: [PATCH] fix small typo --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index c89d4dab..d1adee2c 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -142,7 +142,7 @@ of: function at execution time, based on command definition return type annotations. See [`in-n-out` getting started](https://ino.readthedocs.io/en/latest/getting_started/) -for more details on the use of providers/processos in the `Store`. +for more details on the use of providers/processors in the `Store`. Here's a simple example. Let's say an application has a `User` object with a `name()` method: