fix: correct typos (#33586)

Co-authored-by: Urban Pettersson <urban.pettersson@alteryx.com>
This commit is contained in:
Urban Pettersson
2025-05-27 17:24:17 +02:00
committed by GitHub
parent bdfb698aa4
commit 1409b1a25b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

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