Skip to content

Commit 07c82e1

Browse files
committed
Fix typos
1 parent 2cf4d73 commit 07c82e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To give an example, assume the following configuration:
5454

5555
```yaml
5656
# config.yml
57-
webfactory_shortcodes:
57+
webfactory_shortcode:
5858
shortcodes:
5959
image: AppBundle\Controller\EmbeddedImageController::show
6060
```
@@ -243,4 +243,4 @@ This bundle was started at webfactory GmbH, Bonn.
243243
- <https://www.webfactory.de>
244244
- <https://twitter.com/webfactory>
245245

246-
Copyright 2018-2022 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).
246+
Copyright 2018-2023 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).

src/Resources/views/Guide/list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% endblock %}
66

77
{% block content %}
8-
<h1>List of Shortcode</h1>
8+
<h1>List of Shortcodes</h1>
99

1010
{% if shortcodeTags %}
1111
<table>

0 commit comments

Comments
 (0)