From 4e26a233e6ab5ff86fee0d4ce1db05c48d703bc0 Mon Sep 17 00:00:00 2001 From: dipkumarexperiment08-rgb Date: Mon, 14 Sep 2026 18:43:54 +0530 Subject: [PATCH] Fix punctuation in Hello World README Removed unnecessary period and improved sentence structure. --- foundations/data_types_and_conditionals/01_helloWorld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/data_types_and_conditionals/01_helloWorld/README.md b/foundations/data_types_and_conditionals/01_helloWorld/README.md index 21e84727d18..b4980f02592 100644 --- a/foundations/data_types_and_conditionals/01_helloWorld/README.md +++ b/foundations/data_types_and_conditionals/01_helloWorld/README.md @@ -53,4 +53,4 @@ const helloWorld = function() { module.exports = helloWorld; ``` -For the most part we've set up these tests in such a way that you only have to update or write the code being tested. You should not have to worry about importing or exporting anything at this stage.. so just work around that bit of the code and write what it takes to make them pass! +For the most part we've set up these tests in such a way that you only have to update or write the code being tested. You should not have to worry about importing or exporting anything at this stage, so just work around that bit of the code and write what it takes to make them pass!