fix docu typo

This commit is contained in:
ralf 2024-03-27 09:48:00 +02:00
parent 27e1257d75
commit 79ff9be568

View File

@ -152,7 +152,7 @@ egw.extend("data", egw.MODULE_APP_LOCAL, function (_app, _wnd)
// This result is not for us, quietly return
if(_result && typeof _result.type != 'undefined') return;
// "result" has to be an object consting of "order" and "data"
// "result" has to be an object consisting of "order" and "data"
if (!(_result && typeof _result.order !== "undefined"
&& typeof _result.data !== "undefined"))
{
@ -975,4 +975,4 @@ egw.extend("data_storage", egw.MODULE_GLOBAL, function (_app, _wnd) {
return widgets;
}
};
});
});