Skip to content

Commit c3ed872

Browse files
srkdsmoT01
andcommitted
Fix: typo by removing 'n' in section 90 of TUTORIAL.md (freeCodeCamp#16)
* fix: fixed typo by removing 'n' in section 90 * update json * rebuild json Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
1 parent 2c5f414 commit c3ed872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You should have got a permission denied message because you don't have permissio
107107

108108
### 90.1
109109

110-
Next to your file is `-rw-r--r--`. All but the first character (`-`) describe permissions different users have with the file. `r` means `read`, `w` means `write`, `x` means `execute`. I don't see an `x` anywhere, so nobody can execute it. Enter `chmod +x questionnnaire.sh` in the terminal to give everyone executable permissions.
110+
Next to your file is `-rw-r--r--`. All but the first character (`-`) describe permissions different users have with the file. `r` means `read`, `w` means `write`, `x` means `execute`. I don't see an `x` anywhere, so nobody can execute it. Enter `chmod +x questionnaire.sh` in the terminal to give everyone executable permissions.
111111

112112
#### HINTS
113113

tutorial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"f2abbf7d55c4641a39df27e1af7ba49d7ddce7b1"
291291
]
292292
},
293-
"content": "Next to your file is `-rw-r--r--`. All but the first character (`-`) describe permissions different users have with the file. `r` means `read`, `w` means `write`, `x` means `execute`. I don't see an `x` anywhere, so nobody can execute it. Enter `chmod +x questionnnaire.sh` in the terminal to give everyone executable permissions.",
293+
"content": "Next to your file is `-rw-r--r--`. All but the first character (`-`) describe permissions different users have with the file. `r` means `read`, `w` means `write`, `x` means `execute`. I don't see an `x` anywhere, so nobody can execute it. Enter `chmod +x questionnaire.sh` in the terminal to give everyone executable permissions.",
294294
"hints": [
295295
"Type `chmod +x questionnaire.sh` in the terminal and press enter",
296296
"Make sure you are in the `project` folder first",

0 commit comments

Comments
 (0)