Skip to content

Commit 80e82c9

Browse files
authored
Fixed Typo, Issue #120 (#122)
1 parent 7b5ab38 commit 80e82c9

File tree

1 file changed

+1
-1
lines changed
  • wiki/introduction/setting-up

1 file changed

+1
-1
lines changed

wiki/introduction/setting-up/en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Set `archives_base_name` to your mod's ID similarly and ignore all other propert
8383

8484
```gradle
8585
# Gradle Properties
86-
org.gradle.jwmargs = -Xmx1G
86+
org.gradle.jvmargs = -Xmx1G
8787
org.gradle.parallel = true
8888
8989
# Mod Properties

0 commit comments

Comments
 (0)