Merge pull request #2540 from robgraeber/canary

fix: typo and improve grammar
This commit is contained in:
Mauricio Siu
2025-09-06 14:32:41 -06:00
committed by GitHub
5 changed files with 10 additions and 10 deletions

View File

@@ -102,8 +102,8 @@ export const ShowExternalMariadbCredentials = ({ mariadbId }: Props) => {
<CardHeader>
<CardTitle className="text-xl">External Credentials</CardTitle>
<CardDescription>
In order to make the database reachable trought internet is
required to set a port, make sure the port is not used by another
In order to make the database reachable through the internet,
you must set a port and ensure that the port is not being used by another
application or database
</CardDescription>
</CardHeader>

View File

@@ -102,8 +102,8 @@ export const ShowExternalMongoCredentials = ({ mongoId }: Props) => {
<CardHeader>
<CardTitle className="text-xl">External Credentials</CardTitle>
<CardDescription>
In order to make the database reachable trought internet is
required to set a port, make sure the port is not used by another
In order to make the database reachable through the internet,
you must set a port and ensure that the port is not being used by another
application or database
</CardDescription>
</CardHeader>

View File

@@ -102,8 +102,8 @@ export const ShowExternalMysqlCredentials = ({ mysqlId }: Props) => {
<CardHeader>
<CardTitle className="text-xl">External Credentials</CardTitle>
<CardDescription>
In order to make the database reachable trought internet is
required to set a port, make sure the port is not used by another
In order to make the database reachable through the internet,
you must set a port and ensure that the port is not being used by another
application or database
</CardDescription>
</CardHeader>

View File

@@ -104,8 +104,8 @@ export const ShowExternalPostgresCredentials = ({ postgresId }: Props) => {
<CardHeader>
<CardTitle className="text-xl">External Credentials</CardTitle>
<CardDescription>
In order to make the database reachable trought internet is
required to set a port, make sure the port is not used by another
In order to make the database reachable through the internet,
you must set a port and ensure that the port is not being used by another
application or database
</CardDescription>
</CardHeader>

View File

@@ -96,8 +96,8 @@ export const ShowExternalRedisCredentials = ({ redisId }: Props) => {
<CardHeader>
<CardTitle className="text-xl">External Credentials</CardTitle>
<CardDescription>
In order to make the database reachable trought internet is
required to set a port, make sure the port is not used by another
In order to make the database reachable through the internet,
you must set a port and ensure that the port is not being used by another
application or database
</CardDescription>
</CardHeader>