docs: fix typo in apps/formbricks-com/app/docs/actions/code/page.mdx (#1321)

This commit is contained in:
Surav Shrestha
2023-10-19 20:17:59 +05:45
committed by GitHub
parent aaecf5ba44
commit 32002321ad
@@ -1,7 +1,7 @@
export const meta = {
title: "Implementing Code Actions in Formbricks | Real-time User Action Tracking",
description:
"Dive into the world of Formbricks' code actions. Learn how to seamlessly integrate formbricks.track() method into your codebase, enabling real-time tracking of user actions like button clicks, visiting a specfic URL. Up your survey game with precise and exact triggers.",
"Dive into the world of Formbricks' code actions. Learn how to seamlessly integrate formbricks.track() method into your codebase, enabling real-time tracking of user actions like button clicks, visiting a specific URL. Up your survey game with precise and exact triggers.",
};
#### Actions
@@ -31,4 +31,4 @@ return <button onClick={handleClick}>Click Me</button>;
```
</CodeGroup>
</Col>
</Col>