Browse code

Remove word additionaly

Hemant Kumar authored on 2016/09/21 21:02:53
Showing 1 changed files
... ...
@@ -499,7 +499,7 @@ OpenShift and Kubernetes integrate with the [Swagger 2.0 API framework](http://s
499 499
 
500 500
     $ openshift start --cors-allowed-origins=.*
501 501
 
502
-and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default).  Expand the operations available on v1 to see the schemas (and to try the API directly). Additionally you can also download swagger-ui from http://swagger.io/swagger-ui/ and use it to point to your local swagger API endpoint.
502
+and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default).  Expand the operations available on v1 to see the schemas (and to try the API directly). Additionally, you can download swagger-ui from http://swagger.io/swagger-ui/ and use it to point to your local swagger API endpoint.
503 503
 
504 504
 Note: Hosted API documentation can be found [here](http://docs.openshift.org/latest/rest_api/openshift_v1.html).
505 505