Skip to content

Commit

Permalink
MCHANGES-421: Fix typos in changes.mdo
Browse files Browse the repository at this point in the history
Fixes typos in changes.xsd
  • Loading branch information
ottlinger authored Jan 12, 2024
1 parent ddbf07e commit 8567cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/mdo/changes.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ under the License.
<![CDATA[
Supported action types are the following:
<ul>
<li>add: added functionnality to the project.</li>
<li>add: added functionality to the project.</li>
<li>fix: bug fix for the project.</li>
<li>update: updated some part of the project.</li>
<li>remove: removed some functionnality from the project.</li>
<li>remove: removed some functionality from the project.</li>
</ul>
]]>
</description>
Expand Down Expand Up @@ -346,7 +346,7 @@ under the License.
<type>FixedIssue</type>
<multiplicity>*</multiplicity>
</association>
<description>A list of fix issues.</description>
<description>A list of fixed issues.</description>
</field>
<field>
<name>dueTos</name>
Expand Down

0 comments on commit 8567cf4

Please sign in to comment.