Merge pull request #56 from alex/patch-1

website: Fixed a duplicate quote in an example in the index
This commit is contained in:
Mitchell Hashimoto 2014-07-28 13:50:17 -07:00
commit da0e6fa05e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
<p> domain = <span class="txt-str">"example.com"</span></p>
<p> name = <span class="txt-str">"test"</span></p>
<p> value = <span class="txt-str">"<span class="txt-var">${digitalocean_droplet.web.ipv4_address}</span>"</span></p>
<p> type = "<span class="txt-str">"A"</span></p>
<p> type = <span class="txt-str">"A"</span></p>
<p>}</p>
</div>
</div>