Skip to content

Commit 4bac4e4

Browse files
authored
Fix typo in page description from 'model' to 'page'
1 parent 179ae9c commit 4bac4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function Home() {
102102
<div>
103103
<h2 className="text-sm font-semibold text-gray-900 mb-1.5">Open. Traceable. Forkable.</h2>
104104
<p className="text-gray-500 text-sm leading-relaxed">
105-
Every model you see here is a Python notebook — built on{' '}
105+
Every page you see here is a Python notebook — built on{' '}
106106
<a href="https://marimo.io/" target="_blank" rel="noopener noreferrer" className="text-gray-700 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">marimo</a>
107107
{' '}— that you can inspect, replicate, or{' '}
108108
<a href="https://github.com/opensource-observer/ddp" target="_blank" rel="noopener noreferrer" className="text-gray-700 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">fork</a>

0 commit comments

Comments
 (0)