Skip to content

Commit d69a225

Browse files
authored
Lowercase "i" in "Program Files" (#25507)
corrected case of "i" in "Program Files"
1 parent 7ee608a commit d69a225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BuildFromSource.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Building ASP.NET Core on Windows requires:
5353
However, the build should find any JDK 11 or newer installation on the machine.
5454
* 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.)
5555
* 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
5757
* Chrome - Selenium-based tests require a version of Chrome to be installed. Download and install it from <https://www.google.com/chrome>
5858
5959
### macOS/Linux

0 commit comments

Comments
 (0)