Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Skidamek committed Apr 18, 2023
1 parent 7258a0b commit 48b7946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ private static void finishModpackUpdate(File modpackDir, File modpackContentFile

checkAndRemoveDuplicateMods(modpackDir + File.separator + "mods");

// make list of editable files if they does not exists in changelog
// make list of editable files if they do not exist in changelog
List<String> editableFiles = new ArrayList<>();
for (Jsons.ModpackContentFields.ModpackContentItems modpackContentField : modpackContent.list) {

Expand Down

0 comments on commit 48b7946

Please sign in to comment.