Kamil created KARAF-6253:
----------------------------
Summary: Typo in documentation
Key: KARAF-6253
URL: https://issues.apache.org/jira/browse/KARAF-6253
Project: Karaf
Issue Type: Bug
Environment: 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}
Reporter: Kamil
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)