Skip to content

Commit

Permalink
fix(typo): bunny -> adobe
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Mar 11, 2024
1 parent 2cde46d commit 46248ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/adobe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
return {
fonts: await cachedData(`adobe:${fontFamily}-${hash(defaults)}-data.json`, () => getFontDetails(fontFamily, defaults), {
onError (err) {
logger.error(`Could not fetch metadata for \`${fontFamily}\` from \`bunny\`.`, err)
logger.error(`Could not fetch metadata for \`${fontFamily}\` from \`adobe\`.`, err)
return []
}
})
Expand Down

0 comments on commit 46248ac

Please sign in to comment.