[
https://issues.apache.org/jira/browse/KARAF-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830042#comment-16830042
]
ASF subversion and git services commented on KARAF-6253:
--------------------------------------------------------
Commit 7e6c5c25c26bb949b621502e74d587c6f5a94ca9 in karaf's branch
refs/heads/master from Stephen Kitt
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=7e6c5c2 ]
[KARAF-6253] Fix 'prerequisiste' typos
Signed-off-by: Stephen Kitt <[email protected]>
> 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
>
> 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)