[
https://issues.apache.org/jira/browse/KARAF-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830045#comment-16830045
]
ASF subversion and git services commented on KARAF-6253:
--------------------------------------------------------
Commit 72ca8d0b85f5d5b723c5e1a730612100643b5179 in karaf's branch
refs/heads/karaf-4.2.x from Stephen Kitt
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=72ca8d0 ]
[KARAF-6253] Fix 'prerequisiste' typos
Signed-off-by: Stephen Kitt <[email protected]>
(cherry picked from commit 7e6c5c25c26bb949b621502e74d587c6f5a94ca9)
> Typo in documentation
> ---------------------
>
> Key: KARAF-6253
> URL: https://issues.apache.org/jira/browse/KARAF-6253
> Project: Karaf
> Issue Type: Bug
> Reporter: Kamil
> Assignee: Stephen Kitt
> Priority: Major
> Fix For: 4.3.0
>
>
> 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)