diff --git a/application/source/types/proxyobserver.mjs b/application/source/types/proxyobserver.mjs index 58ca94282652aa0aeda400fb8a0e094090c95882..dfb997c123f9442cc54417e0309293fce5efd0bf 100644 --- a/application/source/types/proxyobserver.mjs +++ b/application/source/types/proxyobserver.mjs @@ -61,9 +61,9 @@ export {ProxyObserver} /** - * get the real object + * Get the real object * - * changes to this object are not noticed by the observers, so you can make a large number of changes and inform the observers later. + * Changes to this object are not noticed by the observers, so you can make a large number of changes and inform the observers later. * * @returns {object} */