mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: correct typos (#33586)
Co-authored-by: Urban Pettersson <urban.pettersson@alteryx.com>
This commit is contained in:
2
.github/workflows/superset-docs-verify.yml
vendored
2
.github/workflows/superset-docs-verify.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user