From 68144845d7e3ffc4a91a0940297222f67f24ad44 Mon Sep 17 00:00:00 2001 From: Nikita Rusin Date: Mon, 8 Apr 2024 14:22:47 +0300 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73d9672..b042ebd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ It isn't about "program output". Many answers are bounded to code lines. - Find problems in code - Offer a fix -### Learning hints +### Learning tips Fix knowledge gaps fast. Jump to question topic in [Tour of Go](https://go.dev/tour), [gobyexample.com](https://gobyexample.com/) and ["Learn go with tests"](https://quii.gitbook.io/learn-go-with-tests/). @@ -54,7 +54,7 @@ Fix knowledge gaps fast. Jump to question topic in [Tour of Go](https://go.dev/t ### And other -- Challenge code already in you clipboard. You don't have to manually select and copy text. +- Challenge code copies to clipboard automatically. You don't have to manually select and copy text. - Adaptive UI. Interface changes with terminal window size. ## Support a project community @@ -88,4 +88,4 @@ Please, select tutorial as first challenge ## Thanks -Some questions inspired by [this quiz](https://github.com/smallnest/go-concurrent-quiz) +Some questions are inspired by [this quiz](https://github.com/smallnest/go-concurrent-quiz)