Skip to content

Commit e981fd6

Browse files
Consolatisjohanmalm
authored andcommitted
tips-and-tricks: shorten slightly
1 parent c285f0b commit e981fd6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/tips-and-tricks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
decision to increase config file flexibility and keep code simple. In practical
77
terms, this means that `<a><b>c</b></a>` is equivalent to `<a b="c" />`.
88

9-
To the end-user, the following three are therefore treated the same:
9+
The following three are therefore treated the same:
1010

1111
```
1212
<action>

tips-and-tricks.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ <h2 id="xml">XML</h2>
130130
code simple. In practical terms, this means that
131131
<code>&lt;a&gt;&lt;b&gt;c&lt;/b&gt;&lt;/a&gt;</code> is equivalent to
132132
<code>&lt;a b="c" /&gt;</code>.</p>
133-
<p>To the end-user, the following three are therefore treated the
134-
same:</p>
133+
<p>The following three are therefore treated the same:</p>
135134
<pre><code>&lt;action&gt;
136135
&lt;name&gt;Execute&lt;/name&gt;
137136
&lt;command&gt;foot&lt;/command&gt;

0 commit comments

Comments
 (0)