File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/rancher-desktop/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type UpperSnakeCaseInner<T extends string> =
3838 never ;
3939
4040/**
41- * UpperSnakeCase transforms a string into upper snake case (all upper case ,
41+ * UpperSnakeCase transforms a string into upper snake case (all uppercase ,
4242 * underscore word separators.
4343 *
4444 * @example UpperSnakeCase<'HelloWorld'> == 'HELLO_WORLD'
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ wslpath_from_win32_env() {
7878 if [[ " $( uname -s) " =~ MINGW* ]]; then
7979 # When running under WSL, the environment variables are set but to
8080 # Windows-style paths; however, `cd` works with those. Also, under
81- # MinGW the relevant variables are upper case .
81+ # MinGW the relevant variables are uppercase .
8282 local var=" ${1^^} "
8383 (
8484 cd " ${! var} "
You can’t perform that action at this time.
0 commit comments