From 3f13107dc8735e7405018a0800e059ab051ee438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 29 Jun 2024 21:05:08 +0200 Subject: [PATCH] typos 2 --- docs/asset-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asset-implementation.md b/docs/asset-implementation.md index 79d6a9f..f165e51 100644 --- a/docs/asset-implementation.md +++ b/docs/asset-implementation.md @@ -35,7 +35,7 @@ limited actions on the account of the user. ### Retrieving an asset 1. The client requests a `session_key` (_the Key_ from now on) to the `identity-api`, the Key allows the `asset-api` to perform -limited actions on the account of the user. +limited actions on the user's account. 2. The client sends a request to the `asset-api` with the asset ID and the Key. 3. The `asset-api` retrieves the user's asset list by requesting it to the `identity-api` using the Key. 4. After some preconditions are met, the asset is sent back to the client.