mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): incorrect feedback for path syntax lecture (#57801)
This commit is contained in:
+3
-3
@@ -26,7 +26,7 @@ Which option is an absolute path?
|
||||
|
||||
### --feedback--
|
||||
|
||||
An absolute path starts with a backslash.
|
||||
An absolute path starts with a slash.
|
||||
|
||||
---
|
||||
|
||||
@@ -34,7 +34,7 @@ An absolute path starts with a backslash.
|
||||
|
||||
### --feedback--
|
||||
|
||||
An absolute path starts with a backslash.
|
||||
An absolute path starts with a slash.
|
||||
|
||||
---
|
||||
|
||||
@@ -42,7 +42,7 @@ An absolute path starts with a backslash.
|
||||
|
||||
### --feedback--
|
||||
|
||||
An absolute path starts with a backslash.
|
||||
An absolute path starts with a slash.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user