From 4d4cc72f10177db8f97f744139f0180a9ead873e Mon Sep 17 00:00:00 2001 From: binarygalwalkin <44074053+binarygalwalkin@users.noreply.github.com> Date: Sat, 16 Mar 2019 10:06:20 -0700 Subject: [PATCH] Fixed grammar and punctuation (#32257) --- .../working-in-tech/open-source/open-source-newbie/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/working-in-tech/open-source/open-source-newbie/index.md b/guide/english/working-in-tech/open-source/open-source-newbie/index.md index 75ab398016..21aeab6204 100644 --- a/guide/english/working-in-tech/open-source/open-source-newbie/index.md +++ b/guide/english/working-in-tech/open-source/open-source-newbie/index.md @@ -4,13 +4,13 @@ title: The Battle of Open Source As someone new to software development, contributing to open source projects can seem daunting and downright terrifying. Learning software development has been an unexpected journey that I have had the pleasure of taking. Having the support from -my family members and friends has made the journey less of a challenge even, so it has not been an easy road. I've hit many road blocks in my path but I keep challenging myself every day. I’ve read many articles suggesting that as a junior software developer it is important to contribute to open sources. I've searched the innerwebs for an open source project that I felt I could tackle easily. +my family members and friends has made the journey less of a challenge, I'll admit, it has not been an easy road. I've hit many road blocks in my path, even so, I keep challenging myself every day. I’ve read many articles suggesting that, as a junior software developer - it is important to contribute to open sources. I've searched the innerwebs for an open source project that I felt I could tackle easily. -The harsh reality of it is that most of the open sources out there are not quite as easy as I thought it would be. GitHub in general has been a challenge to learn and I feel like I learn something new each day but looking at several "beginner friendly" open source projects I've come to the stark realization that it is going to take much more time than I had thought to be able to contribute code in open source projects. +The harsh reality of it is, that most of the open source projects out there are not quite as easy as I imagined they would be. GitHub in general has been a challenge to learn, and I feel like I learn something new each day, I am looking at several "beginner friendly" open source projects I've come to the stark realization that it is going to take much more time than I had thought to be able to contribute code in an open source projects. ## Lessons Learned -Even though the above paragraph might seem a little off putting, do not fret. Open Source Projects are nothing to take lightly, it's a serious business so take your time, read the documentation and readme's, do research, and never ever give up or stop learning. No matter if you are a beginner or a seasoned developer, there will always be something new to learn. +Even though the above paragraph might seem a little off putting, do not fret. Yes, Open Source Projects are nothing to take lightly - its a serious business. Take your time, read the documentation or readme's, do research, and never ever give up or stop learning. No matter if you are a beginner or a seasoned developer there will always be something new to learn. ## Here are a couple of articles to keep you motivated: * [I made my first open source contribution within 200 days (and how you can too)](https://medium.freecodecamp.org/i-made-my-first-open-source-contribution-within-200-days-and-how-you-can-too-4d5bdbd63fad)