Skip to content

Commit 1e861d1

Browse files
authored
Update quicktasklink.md (#72)
typos
1 parent c0538b7 commit 1e861d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/using-core-functions/quicktasklink.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Quicktask Link and Icon
22
=======================
33

4-
In general, a component has has one or more links to its views.They are defined in the manifest file and is added int othe menu during installation.
4+
In general, a component has has one or more links to its views.They are defined in the manifest file and is added into the menu during installation.
55

66
```xml title="A link to your component "
77
<administration>
@@ -12,7 +12,7 @@ In general, a component has has one or more links to its views.They are defined
1212
[..]
1313
</administration>
1414
```
15-
Sometimes it is useful to add so called <strong>quicktask link</strong> which enables an action calling fromthe menuy without first visiting the Overview.
15+
Sometimes it is useful to add so called <strong>quicktask link</strong> which enables an action calling from the menu without first visiting the Overview.
1616
You can see this for Joomla core components, for example articles in com_content, here the quicktask is the plus icon and lets you add a new article in a single click.
1717
Your menu link is added in the manfest file during installation.
1818

@@ -61,4 +61,4 @@ This example shows a complete menu with dashboard, submenu and a quicktask.
6161
<menu link="option=com_fields&amp;view=groups&amp;context=com_example,example">Feldgruppen</menu>
6262
</submenu>
6363

64-
```
64+
```

0 commit comments

Comments
 (0)