Fix JSDoc typo noticed in passing

This commit is contained in:
David Rowe 2018-04-12 09:24:10 +12:00
parent e37655ecdc
commit c836014d21

View file

@ -528,8 +528,8 @@ private slots:
signals:
/**jsdoc
* Triggered when you change the domain you're visiting. <strong>Warning:</strong> Is not emitted if you go to domain that
* isn't running.
* Triggered when you change the domain you're visiting. <strong>Warning:</strong> Is not emitted if you go to a domain
* that isn't running.
* @function Window.domainChanged
* @param {string} domainURL - The domain's URL.
* @returns {Signal}