Skip to content

Commit c0cc1c9

Browse files
committed
Update near accounts docs
1 parent a5f654d commit c0cc1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/cookbook/near.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dataSources:
8484
- NEAR data sources introduce an optional `source.account` field, which is a human-readable ID corresponding to a [NEAR account](https://docs.near.org/docs/concepts/account). This can be an account or a sub-account.
8585
- NEAR data sources introduce an optional `source.accounts` field, which contains optional suffixes and prefixes.
8686
At least prefix or suffix must be specified, they will match the any account starting or ending with the list of values respectively.
87-
For the provided example it would match: [app|good].*[morning.near|morning.testnet]. If only a list of prefixes or suffixes is necessary
87+
For the provided example it would match: `[app|good].*[morning.near|morning.testnet]`. If only a list of prefixes or suffixes is necessary
8888
the other field can be omitted.
8989

9090
NEAR data sources support two types of handlers:

0 commit comments

Comments
 (0)