Skip to content

Commit 2d8313b

Browse files
committed
fix(core): Fix typo in comment
Signed-off-by: Ingo Bürk <ingo.buerk@tngtech.com>
1 parent 1add8a8 commit 2d8313b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ngqp/core/src/lib/directives/query-param-group.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export class QueryParamGroupService implements OnDestroy {
293293
? {} : queryParam.combineWith(value);
294294

295295
// Note that we list the side-effect parameters first so that our actual parameter can't be
296-
// overriden by it.
296+
// overridden by it.
297297
return {
298298
...(combinedParams || {}),
299299
[ queryParam.urlParam ]: newValue,

0 commit comments

Comments
 (0)