Skip to content

Commit

Permalink
Fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Aug 5, 2024
1 parent 0235492 commit f0c618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atproto-browser/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const EXAMPLE_URI =
export default function Home() {
return (
<main>
<h1>Enter an at uri:</h1>
<h1>Enter an AT uri:</h1>
<div style={{ maxWidth: "450px" }}>
<AtUriForm />
</div>
Expand Down

0 comments on commit f0c618c

Please sign in to comment.