From aa64669ca3a773801b38e28c10b1caca96e9076c Mon Sep 17 00:00:00 2001 From: johneke Date: Mon, 29 Jul 2013 11:13:00 -0400 Subject: [PATCH] Fixed due to feedback from code review Fixed due to feedback from code review --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 346f7ccf7..dc4bec082 100644 --- a/docs/api.md +++ b/docs/api.md @@ -187,7 +187,7 @@ myPlayer.cancelFullScreen(); ### dispose() ### -Destroys the video player and does any necessary cleanup. This is especially helpfull if you are dynamically adding and removing videos to/from the DOM. Use after removing videos from the DOM +Destroys the video player and does any necessary cleanup. This is especially helpful if you are dynamically adding and removing videos to/from the DOM. Use after removing videos from the DOM. ```js myPlayer.dispose(); ```