From 590809b3236ab80a89fb4e801cb1e63247738b2a Mon Sep 17 00:00:00 2001 From: Bryan White Date: Wed, 26 Apr 2023 19:07:29 +0200 Subject: [PATCH] typo: getting-started docs (#1072) --- docs/get-started/minimal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/minimal.md b/docs/get-started/minimal.md index 0ad09f741..182ccb8b3 100644 --- a/docs/get-started/minimal.md +++ b/docs/get-started/minimal.md @@ -42,7 +42,7 @@ This application won't do anything yet except print a bunch of logs. **What did we just do?** -We build an empty Fx application by calling `fx.New` with no arguments. +We built an empty Fx application by calling `fx.New` with no arguments. Applications will normally pass arguments to `fx.New` to set up their components.