From 9480136d9f062ec4b8df0a35914b48c0d61e0002 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Thu, 21 Mar 2013 19:09:47 +0000 Subject: docs(*): fixed typos --- src/ng/parse.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ng/parse.js') diff --git a/src/ng/parse.js b/src/ng/parse.js index 4651fc10..f931f613 100644 --- a/src/ng/parse.js +++ b/src/ng/parse.js @@ -697,11 +697,11 @@ function setter(obj, path, setValue) { } /** - * Return the value accesible from the object by path. Any undefined traversals are ignored + * Return the value accessible from the object by path. Any undefined traversals are ignored * @param {Object} obj starting object * @param {string} path path to traverse * @param {boolean=true} bindFnToScope - * @returns value as accesbile by path + * @returns value as accessible by path */ //TODO(misko): this function needs to be removed function getter(obj, path, bindFnToScope) { @@ -873,7 +873,7 @@ function getterFn(path, csp) { * @returns {function(context, locals)} a function which represents the compiled expression: * * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (tipically a scope object). + * are evaluated against (typically a scope object). * * `locals` – `{object=}` – local variables context object, useful for overriding values in * `context`. * -- cgit v1.2.3