Fix typo: "vecotr" should be "vector" (#2186)

This commit is contained in:
amgreene
2020-06-22 07:27:32 -04:00
committed by GitHub
parent 4ff249a377
commit 86ee29edea
+1 -1
View File
@@ -108,7 +108,7 @@
<pre class="highlight"><code>magick display 'vid:*.jpg'
</code></pre>
<p>The display program defaults to the X screen resolution. To display vecotr formats at their intended size, override the default resolution:</p>
<p>The display program defaults to the X screen resolution. To display vector formats at their intended size, override the default resolution:</p>
<pre class="highlight"><code>magick display -density 72 drawing.svg
</code></pre>