Skip to content

Commit 642f638

Browse files
authored
Update docs/language/accounts/index.mdx
1 parent d6c3519 commit 642f638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/accounts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ view fun getAccount(_ address: Address): &Account
8484

8585
### Write operations
8686

87-
Access to an authorized account reference (`auth(...) &Account`) means having a certain _write access_ to it.
87+
Access to an authorized account reference (`auth(...) &Account`) means having a certain **write access** to it.
8888

8989
[Entitlements] authorize access to accounts. Cadence provides both coarse-grained and fine-grained entitlements, which decide what management functions are accessible on the account.
9090

0 commit comments

Comments
 (0)