You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Kamil (JIRA)" <ji...@apache.org> on 2019/04/23 17:14:00 UTC

[jira] [Updated] (KARAF-6253) Typo in documentation

     [ https://issues.apache.org/jira/browse/KARAF-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil updated KARAF-6253:
-------------------------
    Description: 
In documentation [https://karaf.apache.org/manual/latest/#_features_repositories]

you have: 
{code:java}
<feature prerequisiste="true">wrap</feature>
{code}
 It should be:
{code:java}
<feature prerequisite="true">wrap</feature>
{code}

> Typo in documentation
> ---------------------
>
>                 Key: KARAF-6253
>                 URL: https://issues.apache.org/jira/browse/KARAF-6253
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Kamil
>            Priority: Major
>
> In documentation [https://karaf.apache.org/manual/latest/#_features_repositories]
> you have: 
> {code:java}
> <feature prerequisiste="true">wrap</feature>
> {code}
>  It should be:
> {code:java}
> <feature prerequisite="true">wrap</feature>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)