From e462ee06e1ea862d6122136729307e48852304df Mon Sep 17 00:00:00 2001 From: JJ Date: Sat, 11 Sep 2021 09:39:09 -0300 Subject: [PATCH] Fix typos --- Projects/1-Beginner/Random-Number-Generator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/1-Beginner/Random-Number-Generator.md b/Projects/1-Beginner/Random-Number-Generator.md index 988b223a..a9502bca 100644 --- a/Projects/1-Beginner/Random-Number-Generator.md +++ b/Projects/1-Beginner/Random-Number-Generator.md @@ -2,13 +2,13 @@ **Tier:** 1-Beginner -Generate a random number between a range of defined minimun and maximun. +Generate a random number between a range of defined minimum and maximum. -The generator allows the user to use the random property for purposes like games that contains some kind of lottary or for statistics. +The generator allows the user to use the random property for purposes like games that contains some kind of lottery or for statistics. ## User Stories -- [ ] User can define maximun and minimun values for the random number. +- [ ] User can define maximum and minimum values for the random number. - [ ] User can press the generate button to generate random number. ## Bonus features