fix: typo spelling grammar (#4095)

* fix: typo spelling grammar
This commit is contained in:
arfy slowy
2021-08-24 05:43:58 +07:00
committed by GitHub
parent 4b9ff67e49
commit 62de310686
15 changed files with 20 additions and 20 deletions

View File

@ -64,7 +64,7 @@ define(
*
* @param {DomainObject} domainObject the domain object to navigate to
* @param {Boolean} force if true, force navigation to occur.
* @returns {Boolean} true if navigation occured, otherwise false.
* @returns {Boolean} true if navigation occurred, otherwise false.
*/
NavigationService.prototype.setNavigation = function (domainObject, force) {
if (force) {