Skip to content

Commit

Permalink
Merge pull request #92 from auth0-lab/fix_db_initialization
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jcenturion authored Oct 16, 2024
2 parents 5bb2e6a + ede171f commit 476cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm/components/events/calendar-events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function CalendarEvents({
),
title: "Check your availability in Google Calendar",
description:
"This will only check free/busy availability, not get full calendar acces . This showcases the Google Calendar API integration, while minimizing information disclosure necessary for a demo app.",
"This will only check free/busy availability, not get full calendar access. This showcases the Google Calendar API integration, while minimizing information disclosure necessary for a demo app.",
action: { label: "Check" },
}}
shouldCheckAuthorization={true}
Expand Down

0 comments on commit 476cf61

Please sign in to comment.