From 8a47fcaa2bc6a0f6ae8eff6ff0000a0fc58ce858 Mon Sep 17 00:00:00 2001 From: Jamie B <53781962+JamieB-gu@users.noreply.github.com> Date: Tue, 26 Jan 2021 18:50:31 +0000 Subject: [PATCH] Rename `Design.GuardianView` to `Design.Editorial` --- src/format.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.ts b/src/format.ts index d9b809d..63c39c2 100644 --- a/src/format.ts +++ b/src/format.ts @@ -26,7 +26,7 @@ enum Design { Recipe, MatchReport, Interview, - GuardianView, + Editorial, Quiz, Interactive, PhotoEssay,