Skip to content

Commit b9a32f5

Browse files
Merge pull request #20 from AppleHair/main
[TYPO] Replaced `_append` with `_merge` on 10-02-merging-files.md
2 parents c907be5 + 5a34519 commit b9a32f5

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)