docs(url_tree):fix typo(UrlSegment path property's comment part -> path) (#12728)
This commit is contained in:
parent
77cbf7f2bb
commit
89fd54e8e3
|
@ -195,7 +195,7 @@ export class UrlSegmentGroup {
|
|||
export class UrlSegment {
|
||||
constructor(
|
||||
/**
|
||||
* The part part of a URL segment.
|
||||
* The path part of a URL segment.
|
||||
*/
|
||||
public path: string,
|
||||
|
||||
|
|
Loading…
Reference in New Issue