Fix some minor typos. (#6238)
This commit is contained in:
@@ -41,7 +41,7 @@ export class Environment {
|
||||
}
|
||||
|
||||
/**
|
||||
* The current envionment name.
|
||||
* The current environment name.
|
||||
*/
|
||||
@IsIn(["development", "production", "staging", "test"])
|
||||
public ENVIRONMENT = process.env.NODE_ENV ?? "production";
|
||||
@@ -442,7 +442,7 @@ export class Environment {
|
||||
);
|
||||
|
||||
/**
|
||||
* OICD client credentials. To enable authentication with any
|
||||
* OIDC client credentials. To enable authentication with any
|
||||
* compatible provider.
|
||||
*/
|
||||
@IsOptional()
|
||||
|
||||
Reference in New Issue
Block a user