Improved indentation in fields example

This commit is contained in:
Alexander Cerutti
2019-03-30 00:45:02 +01:00
parent 7c2540a93d
commit 447d71709e
2 changed files with 86 additions and 86 deletions

View File

@@ -699,8 +699,8 @@ class Pass {
* Validates the contents of the passed options and handle them * Validates the contents of the passed options and handle them
* *
* @function readCertificates * @function readCertificates
* @params {Object} certificates - certificates object with raw content and, optionally, * @params {Object} certificates - certificates object with raw content
* the already parsed certificates * and, optionally, the already parsed certificates
* @returns {Object} - parsed certificates to be pushed to Pass.Certificates. * @returns {Object} - parsed certificates to be pushed to Pass.Certificates.
*/ */