From 97a103c835cf6133718c6431dfa119e7caada22f Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Thu, 11 Apr 2019 22:37:09 +0200 Subject: [PATCH] Fix typo in heading (#114) --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 6feb3534..ca3d428b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ module.exports = { base: '/ui/', title: 'polkadot-js/ui', - description: 'UI utilities, libraries and React components in use accross @polkadot projects', + description: 'UI utilities, libraries and React components in use across @polkadot projects', markdown: { lineNumbers: true },