From f9174c38fae061ccc47e9ffcb14b6b19d5eface3 Mon Sep 17 00:00:00 2001 From: Arjun Mahishi Date: Tue, 19 Dec 2017 23:39:50 +0530 Subject: [PATCH] Fixed markdown typo --- snippets/arrayToHtmlList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/arrayToHtmlList.md b/snippets/arrayToHtmlList.md index a24b06b82..ffa5b5aaa 100644 --- a/snippets/arrayToHtmlList.md +++ b/snippets/arrayToHtmlList.md @@ -1,6 +1,6 @@ ### arrayToHtmlList -Converts the given array elements into
  • tags and appends them to the list of the given id. +Converts the given array elements into 'li' tags and appends them to the list of the given id. ```js