Skip to content

Commit

Permalink
remove a colon
Browse files Browse the repository at this point in the history
  • Loading branch information
seuchenhund committed Dec 6, 2024
1 parent 9696c04 commit c2d89f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The token's smart contract must meet minimum requirements to integrate with CCIP
* **burn(uint256 amount)** / **burn(address account, uint256 amount)**: This function is used to burn the amount of tokens on the source blockchain.

Check failure on line 26 in docs/apps/ccip-bridge/guides/smart-contract-requirements.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.AMPM] Use 'AM' or 'PM' (preceded by a space). Raw Output: {"message": "[Google.AMPM] Use 'AM' or 'PM' (preceded by a space).", "location": {"path": "docs/apps/ccip-bridge/guides/smart-contract-requirements.md", "range": {"start": {"line": 26, "column": 17}}}, "severity": "ERROR"}

Check failure on line 26 in docs/apps/ccip-bridge/guides/smart-contract-requirements.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.AMPM] Use 'AM' or 'PM' (preceded by a space). Raw Output: {"message": "[Google.AMPM] Use 'AM' or 'PM' (preceded by a space).", "location": {"path": "docs/apps/ccip-bridge/guides/smart-contract-requirements.md", "range": {"start": {"line": 26, "column": 61}}}, "severity": "ERROR"}
* **decimals()**: Returns the token's number of decimals.
* On the source and destination blockchains, the token contract must support granting **mint and burn** permissions. The token issuers or another role (such as the token administrator) will grant these permissions to the token pool.

Check warning on line 28 in docs/apps/ccip-bridge/guides/smart-contract-requirements.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/apps/ccip-bridge/guides/smart-contract-requirements.md", "range": {"start": {"line": 28, "column": 186}}}, "severity": "WARNING"}
### Lock & Mint Requirements:
### Lock & Mint Requirements

Check warning on line 29 in docs/apps/ccip-bridge/guides/smart-contract-requirements.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Headings] 'Lock & Mint Requirements' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] 'Lock \u0026 Mint Requirements' should use sentence-style capitalization.", "location": {"path": "docs/apps/ccip-bridge/guides/smart-contract-requirements.md", "range": {"start": {"line": 29, "column": 5}}}, "severity": "WARNING"}
* The token smart contract must have the following function:
* **decimals()**: Returns the token's number of decimals.
* On the destination blockchain, The token contract must support granting mint and burn permissions described above. The token issuers or another role (such as the token administrator) will grant these permissions to the token pool.

Check warning on line 32 in docs/apps/ccip-bridge/guides/smart-contract-requirements.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.WordList] Use 'preceding' instead of 'above'. Raw Output: {"message": "[Google.WordList] Use 'preceding' instead of 'above'.", "location": {"path": "docs/apps/ccip-bridge/guides/smart-contract-requirements.md", "range": {"start": {"line": 32, "column": 111}}}, "severity": "WARNING"}

Check warning on line 32 in docs/apps/ccip-bridge/guides/smart-contract-requirements.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/apps/ccip-bridge/guides/smart-contract-requirements.md", "range": {"start": {"line": 32, "column": 186}}}, "severity": "WARNING"}
Expand Down

0 comments on commit c2d89f1

Please sign in to comment.