diff --git a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx
index 218bb5711..79088f233 100644
--- a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx
+++ b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx
@@ -20,7 +20,7 @@ We are thrilled to have you join us in building unique badges on Scroll Canvas,
### Canvas
-Each Canvas is a `Profile` smart contract, minted by the users through the `ProfileRegistry` contract on Scroll. Canvas is not transferrable and unique to each wallet.
+Each Canvas is a `Profile` smart contract, minted by the users through the `ProfileRegistry` contract on Scroll. Canvas is not transferrable and is unique to each wallet.
Canvas is an open onchain profile database of user identities and achievements ([check out dashboard built by community on Dune](https://dune.com/soodoo/scroll-marks)).
@@ -40,7 +40,7 @@ Developers can design badges in two ways:
| Badge Structure | Description |
| --- | --- |
-| **`Singleton badges`** | static attestations based on a certain user action/attribute. |
+| **`Singleton badges`** | static attestations based on a certain user action/attribute |
| **`Leveled badges`** | dynamic attestations based on the progression of the users’ onchain |
## Before you Start
@@ -73,7 +73,7 @@ For Canvas and badge questions, please join [Scroll dev support channel](https:/
| Structure | *One single attribute* *Multiple Badges with levels* trigged by different actions and traits |
| Category | *Achievement*: tasks you have done. e.g. Scroll Origin NFTs, tasks completion badge *Identities*: who you are. e.g. Ethereum year, GItcoin passport, NFT community badge |
| Issuance method | *Fully permissionless*: meaning your badge can be automatically issued by checking smart contract conditions *Gifted*: Badges can also be issues with no user interaction, requires APIs *Backend-authorized*: requires APIs to enable eligibility criteria |
-| Support link | **Support channel link** to your Discord/Telegram group |
+| Support link | *Support channel link* to your Discord/Telegram group |