From 3673c052c4ffd9d297c8a54904c3e642525142df Mon Sep 17 00:00:00 2001 From: Shivay Lamba Date: Mon, 19 Sep 2022 13:05:17 +0530 Subject: [PATCH] Update challenge_19.md --- Challenges/challenge_19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Challenges/challenge_19.md b/Challenges/challenge_19.md index a8017b62d..b9448c8de 100644 --- a/Challenges/challenge_19.md +++ b/Challenges/challenge_19.md @@ -10,4 +10,4 @@ So in order to ensure proper codestyling and structure, there are checks run on Task: 1. Create a new file inside your branch created in previous challenges ``your-username-details`` under the directory ``contributors/username``. The file needs to be a source code file written in your preferred programming language. The code can be anything you want: hello world program or your favorite program. 2. Commit the change and push it. -3. Check if your linting fails in side the Pull request: image then lint your code to ensure that this check passes inside your pull request. +3. Check if your linting fails in side the Pull request: image
Then lint your code to ensure that this check passes inside your pull request.