From a5a87706c19a0b399c3d6ffa9b863e48ff690011 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 22 Dec 2017 11:08:16 +0200 Subject: [PATCH] misspell fix Former-commit-id: e301671f86118ad6ac686fd3e43b3cba92dbbff1 --- mvc/mvc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvc/mvc.go b/mvc/mvc.go index f94289fa..fb56a817 100644 --- a/mvc/mvc.go +++ b/mvc/mvc.go @@ -45,7 +45,7 @@ func Configure(party router.Party, configurators ...func(*Application)) *Applica // Author's Notes-> // About the Configure's comment: +5 space to be shown in equal width to the previous or after line. // - // About the Configure's design choosen: + // About the Configure's design chosen: // Yes, we could just have a `New(party, configurators...)` // but I think the `New()` and `Configure(configurators...)` API seems more native to programmers, // at least to me and the people I ask for their opinion between them.