SEBA-386 misc grammar fixes to onos-service
Change-Id: I8b8a125826324b24546afec942784c4418e81efc
diff --git a/VERSION b/VERSION
index 09843e3..0a69206 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.9
+2.0.10
diff --git a/docs/README.md b/docs/README.md
index bc19778..0ed7cf2 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,7 +11,7 @@
## Models
-This service is comprised of two models:
+This service is composed of two models:
- `ONOSService`. Contains global service parameters. In addition to standard `Service` fields such as the `name` of the service, this model contains the following ONOS specific fields:
- `rest_hostname`. Hostname of ONOS rest API endpoint.
@@ -24,14 +24,14 @@
- `url`. URL at which the application is available, if it needs to be downloaded.
- `version`. Version of the app.
-In addtion to the above models, this service uses `ServiceAttributes` and
+In addition to the above models, this service uses `ServiceAttributes` and
`ServiceInstanceAttributes` to hold additional configuration details for the
ONOSService and ONOSApp models.
For more information about the models, please refer to the
[xproto](https://github.com/opencord/onos-service/blob/master/xos/synchronizer/models/onos.xproto) definition
-### Example TOSCA
+## Example TOSCA
The following TOSCA recipe is a subset of a recipe taken from the seba-services profile that configures ONOS services as for the 6.1 release of CORD. For the complete recipe, please see the SEBA profile.