We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add8a8 commit 2d8313bCopy full SHA for 2d8313b
1 file changed
projects/ngqp/core/src/lib/directives/query-param-group.service.ts
@@ -293,7 +293,7 @@ export class QueryParamGroupService implements OnDestroy {
293
? {} : queryParam.combineWith(value);
294
295
// Note that we list the side-effect parameters first so that our actual parameter can't be
296
- // overriden by it.
+ // overridden by it.
297
return {
298
...(combinedParams || {}),
299
[ queryParam.urlParam ]: newValue,
0 commit comments