From 0c503768c6de6b0c4e0840e470d3263ad0fd2714 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 17 Sep 2019 18:51:44 -0400 Subject: [PATCH] Fix typo/lint error --- modules/actions/reverse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/actions/reverse.js b/modules/actions/reverse.js index 39e9427f1..837a519df 100644 --- a/modules/actions/reverse.js +++ b/modules/actions/reverse.js @@ -61,7 +61,7 @@ export function actionReverse(entityID, options) { E: 'W', ESE: 'WNW', SE: 'NW', - SSW: 'NNW', + SSE: 'NNW', S: 'N', SSW: 'NNE', SW: 'NE',