From 0f3535e76e97cdd7f672e988760188e4d6ef585b Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 9 Nov 2021 09:56:59 +0100 Subject: [PATCH] Issue-#805: Fix spelling mistake (#809) --- content/concepts/did-ddo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/did-ddo.md b/content/concepts/did-ddo.md index 5ceccff8..ead82a63 100644 --- a/content/concepts/did-ddo.md +++ b/content/concepts/did-ddo.md @@ -78,7 +78,7 @@ Each service has an `attributes` section holding the information related to the A part of the `attributes.main` sub-section, other optional sub-sections like `attributes.extra` can be added. These depend on the service type. -Each service has a `timeout` (in seconds) section describing how long the sevice can be used after consumption is initiated. A timeout of 0 represents no time limit. +Each service has a `timeout` (in seconds) section describing how long the service can be used after consumption is initiated. A timeout of 0 represents no time limit. The `cost` attribute is obsolete, as of Ocean V3. As of V3, to consume an asset, one sends exactly 1.0 datatokens of the asset, so a `cost` is not needed.