Fix some minor typos. (#6238)
This commit is contained in:
@@ -41,7 +41,7 @@ ${teamUrl}/home
|
||||
}
|
||||
|
||||
protected render({ teamUrl }: Props) {
|
||||
const welcomLink = `${teamUrl}/home?ref=welcome-email`;
|
||||
const welcomeLink = `${teamUrl}/home?ref=welcome-email`;
|
||||
|
||||
return (
|
||||
<EmailTemplate previewText={this.preview()}>
|
||||
@@ -64,7 +64,7 @@ ${teamUrl}/home
|
||||
</p>
|
||||
<EmptySpace height={10} />
|
||||
<p>
|
||||
<Button href={welcomLink}>Open {env.APP_NAME}</Button>
|
||||
<Button href={welcomeLink}>Open {env.APP_NAME}</Button>
|
||||
</p>
|
||||
</Body>
|
||||
|
||||
|
||||
@@ -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