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'); }