Skip to content

Commit

Permalink
more typos in documentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rtack authored Feb 1, 2019
1 parent 6c91c6d commit e246b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
</xs:element>
<xs:element name="isCornerHouse" type="xs:boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>A house situatet on the corner of two streets.</xs:documentation>
<xs:documentation>A house situated on the corner of two streets.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="isDemolitionProperty" type="xs:boolean" minOccurs="0" maxOccurs="1">
Expand Down Expand Up @@ -372,7 +372,7 @@
</xs:element>
<xs:element name="isWheelchairAccessible" type="xs:boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>All aspects are accessible for wheelchail users.</xs:documentation>
<xs:documentation>All aspects are accessible for wheelchair users.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="onEvenGround" type="xs:boolean" minOccurs="0" maxOccurs="1">
Expand Down

0 comments on commit e246b76

Please sign in to comment.