Skip to content

Commit

Permalink
docs: fix typo in app.component.ts (#47384)
Browse files Browse the repository at this point in the history
identifer -> identifier

PR Close #47384
  • Loading branch information
eltociear authored and dylhunn committed Sep 9, 2022
1 parent c377f57 commit 7e0de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class AppComponent implements OnInit {
*/
pageId: string;
/**
* An HTML friendly identifer for the "folder" of the currently displayed page.
* An HTML friendly identifier for the "folder" of the currently displayed page.
* This is computed by taking everything up to the first `/` in the `currentDocument.id`
*/
folderId: string;
Expand Down

0 comments on commit 7e0de5b

Please sign in to comment.