Skip to content

Commit d8862c3

Browse files
authored
Fix typo in comment (#5913)
Pull request: #5913
1 parent fff4aa8 commit d8862c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/api/src/mill/api/BuildCtx.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object BuildCtx {
1414
* This is the `os.Path` pointing to the project root directory.
1515
*
1616
* This is the preferred access to the project directory, and should
17-
* always be prefered over `os.pwd`* (which might also point to the
17+
* always be preferred over `os.pwd`* (which might also point to the
1818
* project directory in classic cli scenarios, but might not in other
1919
* use cases like BSP or LSP server usage).
2020
*/

0 commit comments

Comments
 (0)