Skip to content

Commit 8775c63

Browse files
authored
Merge pull request #3408 from dalbani/patch-1
Embellish "base URL" caption
2 parents a1c82eb + 2a8e7b9 commit 8775c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/info.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Path extends React.Component {
1515

1616
return (
1717
<pre className="base-url">
18-
[ Base url: {host}{basePath}]
18+
[ Base URL: {host}{basePath} ]
1919
</pre>
2020
)
2121
}

0 commit comments

Comments
 (0)