From c906861d8ff1ff482a49d6bb5ecfc758c2810d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jastrz=C4=99bski?= <kuba.jastrz@outlook.com> Date: Wed, 19 Jun 2019 19:49:21 +0200 Subject: [PATCH] Add space before `<code>` tag --- modules/client/main/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/main/App.js b/modules/client/main/App.js index 77b44c4..43c6cdb 100644 --- a/modules/client/main/App.js +++ b/modules/client/main/App.js @@ -185,7 +185,7 @@ export default class App extends React.Component { <p> If you omit the file path (i.e. use a “bare” URL), unpkg will serve the file specified by the <code>unpkg</code> field in{' '} - <code>package.json</code>, or fall back to + <code>package.json</code>, or fall back to{' '} <code>main</code>. </p>