Skip to content

Commit

Permalink
Merge pull request #4 from johtso/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Girish21 authored Mar 22, 2023
2 parents 676de31 + 46f3667 commit 351edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-app/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function App() {
</head>
<body>
<Outlet />
<p className='text-xl'>Invocatoins: {loaderData.count}</p>
<p className='text-xl'>Invocations: {loaderData.count}</p>
<ScrollRestoration />
<Scripts />
<LiveReload />
Expand Down

0 comments on commit 351edb4

Please sign in to comment.