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