From c396326f6891db68b066b3c87f75a803af6c798a Mon Sep 17 00:00:00 2001
From: "P.E. Butler III"
Date: Tue, 22 Aug 2017 11:51:03 -0600
Subject: [PATCH] Update jquery-ajax-methods.md
Fixed inconsistent spacing.
---
page/ajax/jquery-ajax-methods.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/page/ajax/jquery-ajax-methods.md b/page/ajax/jquery-ajax-methods.md
index 54a62e1e..e01665a6 100644
--- a/page/ajax/jquery-ajax-methods.md
+++ b/page/ajax/jquery-ajax-methods.md
@@ -29,7 +29,7 @@ $.ajax({
type: "GET",
// The type of data we expect back
- dataType : "json",
+ dataType: "json",
})
// Code to run if the request succeeds (is done);
// The response is passed to the function