Skip to content

Commit

Permalink
Fixed "connetion" typo (#15458)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams authored Jun 29, 2021
1 parent 5873784 commit 2db0f25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
description={
connectionAlert?.ADD_DATABASE ? (
<>
Any databases that allow connetions via SQL Alchemy URIs can be
Any databases that allow connections via SQL Alchemy URIs can be
added.{' '}
<a
href={connectionAlert?.ADD_DATABASE.contact_link}
Expand All @@ -575,7 +575,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
</>
) : (
<>
Any databases that allow connetions via SQL Alchemy URIs can be
Any databases that allow connections via SQL Alchemy URIs can be
added. Learn about how to connect a database driver{' '}
<a
href={DOCUMENTATION_LINK}
Expand Down

0 comments on commit 2db0f25

Please sign in to comment.