Skip to content

Commit 4991c1a

Browse files
committed
change wording
1 parent 1494716 commit 4991c1a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
singleQuote: true,
3+
printWidth: 125,
4+
trailingComma: 'all',
5+
semi: true,
6+
}

Diff for: src/layouts/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../assets/scss/style.scss';
99
const Layout = ({ children, location }) => (
1010
<div>
1111
<div className="alert">
12-
NOT AVAILABLE before: <b>4th of November &apos;19</b>.
12+
NOT AVAILABLE until: <b>November 2019</b>.
1313
</div>
1414
<div className="wrapper">
1515
<Helmet

0 commit comments

Comments
 (0)