From 150750806170e70dfaf08da2c876861c48a1936d Mon Sep 17 00:00:00 2001 From: AgneCaunt <139773510+AgneCaunt@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:31:50 +0200 Subject: [PATCH] Update cloud-wallet.md --- docs/cloud-wallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-wallet.md b/docs/cloud-wallet.md index f9a6565a..a913de2b 100644 --- a/docs/cloud-wallet.md +++ b/docs/cloud-wallet.md @@ -71,7 +71,7 @@ const {pullDocuments} = await initializeCloudWallet({ await pullDocuments(); ``` -The `pullDocuments` function synchronizes the EDV and the wallet by comparing documents and updating the data store accordingly.Documents can be credentials or messages. +The `pullDocuments` function synchronizes the EDV and the wallet by comparing documents and updating the data store accordingly. Documents can be credentials or messages. ### Step 4: Create a New Wallet