From 9ebb22d0ad043a1e1f2e5b74f22ae1d57738bc26 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 28 Jul 2014 13:49:30 -0700 Subject: [PATCH] Fixed a duplicate quote in an example in the index --- website/source/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 30447ebec..da3a2387f 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -154,7 +154,7 @@

domain = "example.com"

name = "test"

value = "${digitalocean_droplet.web.ipv4_address}"

-

type = ""A"

+

type = "A"

}