We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_append
_merge
1 parent 6ab8656 commit 5a34519Copy full SHA for 5a34519
src/10-appending-and-merging-files/10-02-merging-files.md
@@ -97,7 +97,7 @@ Say we have a JSON data file `data/songs/mysong-metadata.json` like below:
97
}
98
```
99
100
-We can modify the above data with a document `mods/mymod/_append/data/songs/mysong-metadata.json`:
+We can modify the above data with a document `mods/mymod/_merge/data/songs/mysong-metadata.json`:
101
102
```jsonc
103
[
0 commit comments