diff --git a/lib/utils/path.html b/lib/utils/path.html index 67c045665a..924c9d0abb 100644 --- a/lib/utils/path.html +++ b/lib/utils/path.html @@ -115,7 +115,7 @@ * Example: * * ``` - * Polymer.Path.translate('foo.bar', 'zot' 'foo.bar.baz') // 'zot.baz' + * Polymer.Path.translate('foo.bar', 'zot', 'foo.bar.baz') // 'zot.baz' * ``` * * @memberof Polymer.Path