Skip to content

Commit 5a34519

Browse files
authored
[TYPO] Replaced _append with _merge on 10-02-merging-files.md
1 parent 6ab8656 commit 5a34519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/10-appending-and-merging-files/10-02-merging-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Say we have a JSON data file `data/songs/mysong-metadata.json` like below:
9797
}
9898
```
9999

100-
We can modify the above data with a document `mods/mymod/_append/data/songs/mysong-metadata.json`:
100+
We can modify the above data with a document `mods/mymod/_merge/data/songs/mysong-metadata.json`:
101101

102102
```jsonc
103103
[

0 commit comments

Comments
 (0)