[Pkg-javascript-commits] [node-jade] 07/72: README: add missing dots

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Jul 3 18:03:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to annotated tag upstream/1.0.0
in repository node-jade.

commit c5d4f607e2853b9537c570eb21a3018b4e7801f3
Author: Timothy Gu <timothygu99 at gmail.com>
Date:   Wed Feb 11 17:27:36 2015 -0800

    README: add missing dots
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 16c01ea..dc55c60 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ transformer.renderFile(filename, options, locals)
 => {body: String, dependencies: Array.<String>}
 ```
 
-_requires the underlying transform to implement `.renderFile`, `.render`, `compileFile`, or `compile`_
+_requires the underlying transform to implement `.renderFile`, `.render`, `.compileFile`, or `.compile`_
 
 Transform a file and return an object.
 
@@ -84,7 +84,7 @@ transformer.renderFileAsync(filename[, options], locals);
 => Promise({body: String, dependencies: Array.<String>})
 ```
 
-_requires the underlying transform to implement `.renderFileAsync`, `.renderFile`, `.renderAsync`, `.render`, `compileFileAsync`, `compileFile`, `compileAsync`, or `compileFile`_
+_requires the underlying transform to implement `.renderFileAsync`, `.renderFile`, `.renderAsync`, `.render`, `.compileFileAsync`, `.compileFile`, `.compileAsync`, or `.compileFile`_
 
 Transform a file asynchronously. If a callback is provided, it is called as `callback(err, data)`, otherwise a Promise is returned.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jade.git



More information about the Pkg-javascript-commits mailing list