diff --git a/open-in-web-browser.html b/open-in-web-browser.html index 867fb9a..6b6f1da 100644 --- a/open-in-web-browser.html +++ b/open-in-web-browser.html @@ -3829,7 +3829,7 @@

7.6 : Chaining Promises with then()

Notes:

    -
  1. If you don't provide then() a resolve function or provide a non-function, no error will occur. The next then() resolve function is passed an undefined value.
  2. +
  3. If you don't provide then() a resolve function or provide a non-function, no error will occur, and the next then() resolve function will passed the value the current resolve function passed.