From 1409b1a25bec2c813a501c3d041de8d26e0de4e4 Mon Sep 17 00:00:00 2001 From: Urban Pettersson <45800844+castodius@users.noreply.github.com> Date: Tue, 27 May 2025 17:24:17 +0200 Subject: [PATCH] fix: correct typos (#33586) Co-authored-by: Urban Pettersson --- .github/workflows/superset-docs-verify.yml | 2 +- superset-websocket/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml index e77e4916664..2862541e32d 100644 --- a/.github/workflows/superset-docs-verify.yml +++ b/.github/workflows/superset-docs-verify.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 # Do not bump this linkinator-action version without opening - # an ASF Infra ticket to allow the new verison first! + # an ASF Infra ticket to allow the new version first! - uses: JustinBeckwith/linkinator-action@v1.11.0 continue-on-error: true # This will make the job advisory (non-blocking, no red X) with: diff --git a/superset-websocket/src/index.ts b/superset-websocket/src/index.ts index 5c3f49fc17a..f43c651813b 100644 --- a/superset-websocket/src/index.ts +++ b/superset-websocket/src/index.ts @@ -102,7 +102,7 @@ if (startServer && opts.jwtSecret.length < 32) { if (startServer && opts.jwtSecret.startsWith('CHANGE-ME')) { console.warn( - 'WARNING: it appears you secret in your config.json is insecure', + 'WARNING: it appears your secret in your config.json is insecure', ); console.warn('DO NOT USE IN PRODUCTION'); }