From 172e3688ee7464b7bb35f5edf29bacbe2743babd Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 18 May 2018 12:14:12 +0100 Subject: [PATCH] Fix typo in album schema. --- others/tutorial-jukebox-api/jukebox-include-album.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/tutorial-jukebox-api/jukebox-include-album.schema b/others/tutorial-jukebox-api/jukebox-include-album.schema index 1312501..65b9585 100644 --- a/others/tutorial-jukebox-api/jukebox-include-album.schema +++ b/others/tutorial-jukebox-api/jukebox-include-album.schema @@ -17,7 +17,7 @@ "type": "string", "required": false }, - "iamgeURL": { + "imageURL": { "type": "string", "required": false },