Skip to content

Commit 418b888

Browse files
committed
Merge branch 'development' into feature/error-handling
2 parents 26c101a + 087b4ce commit 418b888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function Document() {
44
return (
55
<Html lang="en">
66
<Head>
7-
<meta name="description" content="Commit Rocket, next-gen git client" />
7+
<meta name="description" content="Commit Rocket, the next-gen git client" />
88
<link rel="icon" href="/favicon.ico" />
99
</Head>
1010
<body>

0 commit comments

Comments
 (0)