From 52efbb6872de2d6fac9238c06f849a41cb36ed91 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 24 Jul 2020 00:17:54 +0200 Subject: [PATCH] Fix typo in "together" --- tutorials/basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/basics/README.md b/tutorials/basics/README.md index 8a7a98b..3bff4a9 100644 --- a/tutorials/basics/README.md +++ b/tutorials/basics/README.md @@ -190,7 +190,7 @@ for you. } ``` -## All togeher now +## All together now The last step is to simply run our program. We pass our functions to `tea.NewProgram` and let it rip: