Skip to content

Commit f412b5e

Browse files
typo fix
1 parent 4259461 commit f412b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ think of the path as directions to the file. There are two kinds of paths:
8585
*relative* paths and *absolute* paths. A relative path indicates where the file is
8686
with respect to your *working directory* (i.e., "where you are currently") on the computer.
8787
On the other hand, an absolute path indicates where the file is
88-
in respect to the computer's filesystem base (or *root*) folder, regardless of where you are working.
88+
with respect to the computer's filesystem base (or *root*) folder, regardless of where you are working.
8989

9090
```{index} Happiness Report
9191
```

0 commit comments

Comments
 (0)