Skip to content

Commit f22b5d9

Browse files
rxmie24anikdhabal
andauthored
Fix typo "{l" in event-type causing syntax error (calcom#22474)
* Fix typo "{l" in event-type causing syntax error * Update event-type.mdx --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
1 parent 88f8753 commit f22b5d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/platform/atoms/event-type.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use the `<CreateEventType />` component while passing `teamId={teamId}` to it to
6060
```js
6161
import { CreateEventType } from "@calcom/atoms";
6262

63-
export default function TeamEventType(teamId: number) {l
63+
export default function TeamEventType(teamId: number) {
6464
return (
6565
<>
6666
<CreateEventType
@@ -279,4 +279,4 @@ The payments tab lets you accept payments for your events. At the moment we only
279279

280280
Once you connect your Stripe account, you can set a custom price along with the currency and payment option; which will determine when to charge your customers.
281281

282-
<img src="/images/StripeConnected.png" alt="Payments tab with stripe connected" />
282+
<img src="/images/StripeConnected.png" alt="Payments tab with stripe connected" />

0 commit comments

Comments
 (0)