Skip to content

Commit

Permalink
reword comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Nov 19, 2024
1 parent 73a7a33 commit 0b0d169
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/model/decideContainerPalette.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Utility function to extract container palette information from the container metdata field from frontend
* Utility function to extract container palette information from the frontend container metadata field
*/
import type { DCRContainerPalette, FEContainerMetadata } from '../types/front';

Expand Down
1 change: 0 additions & 1 deletion dotcom-rendering/src/types/front.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export type FEContainerMetadata =
| 'Branded'
| 'BreakingPalette'
| 'SpecialReportAltPalette'
/** There is no Primary level in the original metadata, it is inferred by frontend */
| 'Secondary';

export type FEFrontCardStyle =
Expand Down

0 comments on commit 0b0d169

Please # to comment.