Skip to content

Commit f940cdf

Browse files
authored
Fix dtabase typo (#1321)
1 parent b444b82 commit f940cdf

File tree

1 file changed

+1
-1
lines changed
  • pgml-dashboard/src/components/pages/docs/landing_page

1 file changed

+1
-1
lines changed

pgml-dashboard/src/components/pages/docs/landing_page/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documen
4343

4444
<div class="row gy-4">
4545
<div class="col-xl-4 col-12">
46-
<%+ AltDocCard::new().icon("new_releases").title("Create your dtabase").href("/docs/introduction/getting-started/create-your-database") %>
46+
<%+ AltDocCard::new().icon("new_releases").title("Create your database").href("/docs/introduction/getting-started/create-your-database") %>
4747
</div>
4848
<div class="col-xl-4 col-12">
4949
<%+ AltDocCard::new().icon("compare_arrows").title("Connect your app").href("/docs/introduction/getting-started/connect-your-app") %>

0 commit comments

Comments
 (0)