Skip to content

Commit 2bffb73

Browse files
committed
fix(docs): Phrasing
1 parent 63d6358 commit 2bffb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ngqp-demo/src/app/getting-started/getting-started.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const SNIPPETS: { [ key: string ]: string } = {
1313
DEMO_MARKUP: `
1414
<!-- Provide the QueryParamGroup somewhere on a parent element using queryParamGroup. -->
1515
<ng-container [queryParamGroup]="paramGroup">
16-
<!-- Using the queryParamName directive to reference a specific control of your group. -->
16+
<!-- Use the queryParamName directive to reference a specific control of your group. -->
1717
<input type="text" placeholder="Search" queryParamName="searchText" />
1818
</ng-container>
1919
`,

0 commit comments

Comments
 (0)