This commit is contained in:
Luke Hoban 2021-06-05 09:40:28 +10:00 committed by GitHub
parent dc994deabd
commit adcf4ea28c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,7 @@ export class Config {
}
/**
* require loads a configuration value by its given key, marking it as a secet. If it doesn't exist, an error
* require loads a configuration value by its given key, marking it as a secret. If it doesn't exist, an error
* is thrown.
*
* @param key The key to lookup.