Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturLevchuk committed Nov 14, 2024
1 parent 4e8dc70 commit c6bc281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/Flutterchain Concordium Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ final res = await concordiumBlockChainService.getTransactionStatus(transactionHa

It returns `BlockchainResponse` with current transaction status and outcome information.

There are also methods to get account adress, public key and private key:
There are also methods to get account address, public key and private key:

```dart
final accAdress = await concordiumBlockChainService
Expand Down

0 comments on commit c6bc281

Please sign in to comment.