diff --git a/tutorials/basics/README.md b/tutorials/basics/README.md index c7cab4d..84ef1ce 100644 --- a/tutorials/basics/README.md +++ b/tutorials/basics/README.md @@ -185,7 +185,7 @@ for you. // The footer s += "\nPress q to quit.\n" - // Send off the UI to rendered + // Send off the UI for rendering return s } ```