Skip to content

Commit 4baadf0

Browse files
committed
Fixed a (non-American English) spelling of 'argument' as a className generated by xslt. Added to spelling examples list in README
1 parent 7fb4137 commit 4baadf0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Wi
2626

2727
#### Spelling
2828
* The documentation standardizes on American English spelling. For example:
29-
* **Yes**: color, while, among, customize
30-
* **No**: colour, whilst, amongst, customise
29+
* **Yes**: color, while, among, customize, argument
30+
* **No**: colour, whilst, amongst, customise, arguement
3131

3232
#### Pronoun Usage
3333
* Use second-person pronoun ("you") when necessary, but try to avoid it.

entries2html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
</h4>
204204
<xsl:if test="argument">
205205
<xsl:for-each select="argument">
206-
<p class="arguement"><strong><xsl:value-of select="@name" /> </strong> <xsl:copy-of select="desc/text()|desc/*" /></p>
206+
<p class="argument"><strong><xsl:value-of select="@name" /> </strong> <xsl:copy-of select="desc/text()|desc/*" /></p>
207207
<xsl:if test="option">
208208
<div class="options">
209209
<xsl:apply-templates select="option"/>

0 commit comments

Comments
 (0)