Skip to content

Commit c54b763

Browse files
committed
📝 Fix a typo in the base template
1 parent bbf5107 commit c54b763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng2web/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="generator" content="{{ generator }}">
1010
<link rel="stylesheet" type="text/css" href="{{ stylesheet }}">
1111
<title>{% block title %}{{ None|title }}{% endblock %}</title>
12-
<meta name="decription" content="{{ None|title }}">
12+
<meta name="description" content="{{ None|title }}">
1313
{% if previous_url %}<link rel="prev" href="{{ previous_url }}">{% endif %}
1414
{% if next_url %}<link rel="next" href="{{ next_url }}">{% endif %}
1515
{% block extraheaders %}{% endblock %}

0 commit comments

Comments
 (0)