From d97e1c6ab7b08f08eaa74a199fb1b7a88429be2b Mon Sep 17 00:00:00 2001 From: alexandercerutti Date: Sun, 19 Aug 2018 15:55:58 +0200 Subject: [PATCH] Fixed methods descriptors --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index c76a875..1ba8e98 100644 --- a/index.js +++ b/index.js @@ -129,6 +129,7 @@ class Pass { * @params {String} lang - the ISO 3166 alpha-2 code for the language * @params {Object} translations - key/value pairs where key is the * string appearing in pass.json and value the translated string + * @returns {this} * * @see https://apple.co/2KOv0OW - Passes support localization */ @@ -146,7 +147,7 @@ class Pass { * * @method _generateStringFile * @params {String} lang - the ISO 3166 alpha-2 code for the language - * @returns {Buffer} - Buffer to be written in pass.strings for language in lang + * @returns {Buffer} Buffer to be written in pass.strings for language in lang * @see https://apple.co/2M9LWVu - String Resources */