Bug 22358: (QA follow-up) Clear up phrasing
authorNick Clemens <nick@bywatersolutions.com>
Fri, 14 Jun 2019 17:40:52 +0000 (17:40 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 15 Jun 2019 06:53:26 +0000 (07:53 +0100)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Koha/SharedContent.pm

index fd1090e..01f1048 100644 (file)
@@ -28,12 +28,12 @@ use C4::Context;
 
 =head1 NAME
 
-Koha::SharedContent - Set of methods to querying Mana KB server
+Koha::SharedContent - Set of methods ofr querying Mana KB server
 
 =head1 DESCRIPTION
 
 Package for accessing shared content via Mana KB. Methods here are intended
-to build and process queries for requesting Mana KB server.
+to build and process queries for requesting from Mana KB server.
 
 =cut
 
@@ -82,8 +82,8 @@ sub process_request {
 
 Koha::SharedContent::increment_entity_value($entity_type, $mana_entity_id, $field);
 
-Increment of 1 the field $field of a Mana entity. I.e, this is used to count the number
-of Koha instance using a specific entity.
+Increment by 1 the field $field of a Mana entity. I.e, this is used to count the number
+of Koha instances using a specific entity.
 
 =cut