Skip to content

Commit 73f8b34

Browse files
tahas022tahas02
andauthored
Fixed double quotes (freeCodeCamp#57925)
Co-authored-by: Taha Shahid <[email protected]>
1 parent 5fb07f0 commit 73f8b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/workshop-calculator/66cc0a9e06e00b75d6782be9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here is a reminder of how to call a function:
1313

1414
```js
1515
function myFunction() {
16-
return 'Hello World';
16+
return "Hello World";
1717
}
1818

1919
// function call

0 commit comments

Comments
 (0)