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.