Skip to content

Commit

Permalink
Update src/lib/api/resolve.ts
Browse files Browse the repository at this point in the history
Co-authored-by: surfdude29 <[email protected]>
  • Loading branch information
gaearon and surfdude29 authored Oct 6, 2024
1 parent 30bada4 commit e00f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export async function resolveLink(
const parsed = parseStarterPackUri(uri)
if (!parsed) {
throw new Error(
'Unexepectedly called getStarterPackAsEmbed with a non-starterpack url',
'Unexpectedly called getStarterPackAsEmbed with a non-starterpack url',
)
}
const did = await fetchDid(parsed.name)
Expand Down

0 comments on commit e00f907

Please sign in to comment.