Skip to content

Commit 1d93f29

Browse files
committed
spelling: uppercase
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent e5054a5 commit 1d93f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/rancher-desktop/utils/typeUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

scripts/install-latest-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)