We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef301f commit d271cfaCopy full SHA for d271cfa
packages/preview-server/src/actions/email-validation/check-compatibility.ts
@@ -68,14 +68,14 @@ export type Platform =
68
| 'windows-mail'
69
| 'outlook-com';
70
71
-export type SupportEntryCategroy = 'html' | 'css' | 'image' | 'others';
+export type SupportEntryCategory = 'html' | 'css' | 'image' | 'others';
72
73
export interface SupportEntry {
74
slug: string;
75
title: string;
76
description: string | null;
77
url: string;
78
- category: SupportEntryCategroy;
+ category: SupportEntryCategory;
79
tags: string[];
80
keywords: string | null;
81
last_test_date: string;
0 commit comments