From 2a7b2e005eaf448f24308605623a85a89b98bbf2 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Fri, 9 Jun 2017 10:16:52 -0700 Subject: [PATCH 1/3] fix typo --- profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.md b/profile.md index fcd48a7..074c4f9 100644 --- a/profile.md +++ b/profile.md @@ -26,7 +26,7 @@ be interpreted as described in [RFC 2119]( https://tools.ietf.org/html/rfc2119). The terminology defined below are defined by the [Open Service Broker API specification](spec.md) and are included here -for convinience. If there are any inconsistencies between their definitions in +for convenience. If there are any inconsistencies between their definitions in this document and the [Open Service Broker API specification](spec.md), then the [Open Service Broker API specification](spec.md) SHALL take precedence. From fcc0f26f564a1a3bd1faaf5934f2bd8393901839 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Fri, 9 Jun 2017 13:36:53 -0700 Subject: [PATCH 2/3] reword Application definition --- profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.md b/profile.md index 074c4f9..0206a7d 100644 --- a/profile.md +++ b/profile.md @@ -52,7 +52,7 @@ the [Open Service Broker API specification](spec.md) SHALL take precedence. contain the credentials that the Application will use to communicate with the Service Instance. -- *Application*: The software that will make use of, be bound to, a Service +- *Application*: The software that uses a Service Instance via Service Binding. Instance. ## Context Object From 86dbef5fff2b3d63889052fce1372ed7fcd3d1cf Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Tue, 13 Jun 2017 01:38:42 -0700 Subject: [PATCH 3/3] remove the extraneous Instance --- profile.md | 1 - 1 file changed, 1 deletion(-) diff --git a/profile.md b/profile.md index 0206a7d..c6aaaab 100644 --- a/profile.md +++ b/profile.md @@ -53,7 +53,6 @@ the [Open Service Broker API specification](spec.md) SHALL take precedence. with the Service Instance. - *Application*: The software that uses a Service Instance via Service Binding. - Instance. ## Context Object