You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BuildFromSource.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Building ASP.NET Core on Windows requires:
53
53
However, the build should find any JDK 11 or newer installation on the machine.
54
54
* Set the `JAVA_HOME` environment variable with the path of the java installation directory if your installation did not do that automatically. (Gradle needs this for execution.)
55
55
* This will be `RepoRoot/.tools/jdk/win-x64/` if you used the `InstallJdk.ps1` script
56
-
* This will be `C:/Program FIles/Java/jdk<version>/` if you installed the JDK globally
56
+
* This will be `C:/Program Files/Java/jdk<version>/` if you installed the JDK globally
57
57
* Chrome - Selenium-based tests require a version of Chrome to be installed. Download and install it from <https://www.google.com/chrome>
0 commit comments