Repository: libcloud Updated Branches: refs/heads/trunk 5187b06a5 -> cf45ba59b
update compute/index.rst Fix grammatical error Closes #903 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cf45ba59 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cf45ba59 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cf45ba59 Branch: refs/heads/trunk Commit: cf45ba59b481912b0524ad3ca4f039837a6e2fbc Parents: 5187b06 Author: Shaleen Jain <[email protected]> Authored: Thu Oct 13 19:15:01 2016 +0530 Committer: Anthony Shaw <[email protected]> Committed: Fri Oct 14 19:39:53 2016 +1100 ---------------------------------------------------------------------- docs/compute/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/cf45ba59/docs/compute/index.rst ---------------------------------------------------------------------- diff --git a/docs/compute/index.rst b/docs/compute/index.rst index 39fe72d..f483416 100644 --- a/docs/compute/index.rst +++ b/docs/compute/index.rst @@ -13,7 +13,7 @@ configuration management tool (such as Puppet, Chef, or cfengine) on it. Besides managing cloud and virtual servers, compute component also allows you to manage cloud block storage (not to be confused with cloud object storage) for providers which support it. -Block storage management is lives under compute API, because it is in most cases +Block storage management lives under compute API, because it is in most cases tightly coupled with compute resources. Terminology
