From 7258ef4908dfce49eeb2e0653453bc2fbe76b994 Mon Sep 17 00:00:00 2001 From: Luis Romero Date: Wed, 4 Sep 2024 10:15:32 -0500 Subject: [PATCH] fix typo in setup.md Signed-off-by: Luis Romero --- handbook/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/setup.md b/handbook/setup.md index eb84b66..e2ce3b0 100644 --- a/handbook/setup.md +++ b/handbook/setup.md @@ -16,7 +16,7 @@ Start by running: bundle add phlex-rails ``` -This will install the latest version of `phlex` and `phlex-rails` and add `phlex-rails` to your `Gemfile`. Once that’s finished, you’ll want to run the install geneartor to kick things off: +This will install the latest version of `phlex` and `phlex-rails` and add `phlex-rails` to your `Gemfile`. Once that’s finished, you’ll want to run the install generator to kick things off: ``` bundle exec rails generate phlex:install