borderss

Results 2 issues of borderss

Minor grammatical error fixes, as well as replacing 4 space indentations with 2 space indentations in the `index.html` file

This fixes an issue described in https://github.com/hooklift/gowsdl/issues/275 For example, in such a situation: ```xml ``` the complex types are generated to such structs: ```go type ArrayOfint struct { int []int32...