From 5728e0303a742a889d9a25c7ae9c07e426917e90 Mon Sep 17 00:00:00 2001 From: Bily Zhang Date: Tue, 13 Nov 2018 18:11:17 +0800 Subject: [PATCH] Fix typos: gobal -> global (#3335) Signed-off-by: mooncake --- src/app/frontend/chrome/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/frontend/chrome/state.js b/src/app/frontend/chrome/state.js index e7e3c3e10..2088b4188 100644 --- a/src/app/frontend/chrome/state.js +++ b/src/app/frontend/chrome/state.js @@ -14,7 +14,7 @@ /** * Name of the namespace state. This state should be used as a parent state for all root states. - * It provides gobal namespace option for all URLs. + * It provides global namespace option for all URLs. */ export const stateName = 'chrome'; -- GitLab