[CM-800] Updated comments added to Typography Category

This commit is contained in:
PanchamiShenoy 2022-09-12 15:52:14 +05:30 committed by PanchamiShenoy
parent 937fe10219
commit 3e8d2dca3e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public struct TypographyCategory: Classification {
/// Name of the category
public let name: String
/// Represents destination of the TypographyCategory
/// Destination of the category
public var destination: Destination {
CatalogDetailDestination<View>(navigationTitle: "TypographyCategory", models: models)
}