Skip to content

Commit 762f866

Browse files
authored
Fix spelling of 'attributes' in documentation (#39)
1 parent 214cebf commit 762f866

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/resources/concrete-cif-1.0.xsd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,38 +1627,38 @@
16271627
<!-- @see Concrete\Core\Attribute\Category\ExpressCategory -->
16281628
<xs:assert test="@category = 'express' or not(@unique)">
16291629
<xs:annotation>
1630-
<xs:documentation>This attribute is only for express attribues</xs:documentation>
1630+
<xs:documentation>This attribute is only for express attributes</xs:documentation>
16311631
</xs:annotation>
16321632
</xs:assert>
16331633
<!-- @see Concrete\Core\Attribute\Category\UserCategory -->
16341634
<xs:assert test="@category = 'user' or not(@profile-displayed)">
16351635
<xs:annotation>
1636-
<xs:documentation>This attribute is only for user attribues</xs:documentation>
1636+
<xs:documentation>This attribute is only for user attributes</xs:documentation>
16371637
</xs:annotation>
16381638
</xs:assert>
16391639
<xs:assert test="@category = 'user' or not(@profile-editable)">
16401640
<xs:annotation>
1641-
<xs:documentation>This attribute is only for user attribues</xs:documentation>
1641+
<xs:documentation>This attribute is only for user attributes</xs:documentation>
16421642
</xs:annotation>
16431643
</xs:assert>
16441644
<xs:assert test="@category = 'user' or not(@profile-required)">
16451645
<xs:annotation>
1646-
<xs:documentation>This attribute is only for user attribues</xs:documentation>
1646+
<xs:documentation>This attribute is only for user attributes</xs:documentation>
16471647
</xs:annotation>
16481648
</xs:assert>
16491649
<xs:assert test="@category = 'user' or not(@register-editable)">
16501650
<xs:annotation>
1651-
<xs:documentation>This attribute is only for user attribues</xs:documentation>
1651+
<xs:documentation>This attribute is only for user attributes</xs:documentation>
16521652
</xs:annotation>
16531653
</xs:assert>
16541654
<xs:assert test="@category = 'user' or not(@register-required)">
16551655
<xs:annotation>
1656-
<xs:documentation>This attribute is only for user attribues</xs:documentation>
1656+
<xs:documentation>This attribute is only for user attributes</xs:documentation>
16571657
</xs:annotation>
16581658
</xs:assert>
16591659
<xs:assert test="@category = 'user' or not(@member-list-displayed)">
16601660
<xs:annotation>
1661-
<xs:documentation>This attribute is only for user attribues</xs:documentation>
1661+
<xs:documentation>This attribute is only for user attributes</xs:documentation>
16621662
</xs:annotation>
16631663
</xs:assert>
16641664
</xs:complexType>

0 commit comments

Comments
 (0)