From 9d530a5c387343910227f0ac466a5e56da73f165 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Mon, 9 Sep 2019 22:47:52 +0900 Subject: [PATCH] Fix typo: ommited -> omitted (#5406) --- .../app/common/views/components/reactions-viewer.details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/common/views/components/reactions-viewer.details.vue b/src/client/app/common/views/components/reactions-viewer.details.vue index 1a2912ba3..778b93689 100644 --- a/src/client/app/common/views/components/reactions-viewer.details.vue +++ b/src/client/app/common/views/components/reactions-viewer.details.vue @@ -17,7 +17,7 @@ - {{ count - 10 }} + {{ count - 10 }}