Skip to content

Commit

Permalink
docs(templates): Branding guide violation fix (#1226)
Browse files Browse the repository at this point in the history
* docs(templates): fix branding guide violation

* docs(templates): Add article to title

* chore: remove the from title

Co-Authored-By: Rishabh Chawla <rishabh31121999@gmail.com>

Co-authored-by: Rishabh Chawla <rishabh31121999@gmail.com>
  • Loading branch information
wizardofhogwarts and rishabh3112 committed Feb 16, 2020
1 parent c9927e3 commit ab910df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/templates/template.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Webpack App</title>
<title>webpack App</title>
</head>
<body>
<h1>Hello world!</h1>
Expand Down

0 comments on commit ab910df

Please sign in to comment.