Skip to content

Commit cf3c736

Browse files
committed
docs(guide/migrate): fix typo in code (& --> &)
1 parent b343e7a commit cf3c736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/migration.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ After:
11091109
```js
11101110
var Foo = $resource('/foo/:id');
11111111
Foo.get({id: 42, bar: 'baz', toString: 'hmm'});
1112-
// URL: /foo/42?bar=baz&toString=hmm
1112+
// URL: /foo/42?bar=baz&toString=hmm
11131113
// Note that `toString` _is_ included in the query, as expected :)
11141114
```
11151115

0 commit comments

Comments
 (0)