docs(url_tree):fix typo(UrlSegment path property's comment part -> path) (#12728)
This commit is contained in:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user