Repository: yetus Updated Branches: refs/heads/master 0671694c0 -> 483120dee
YETUS-707. Typo in docs: Missing s in modules_workers module_workers -> modules_workers Signed-off-by: Kengo Seki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/483120de Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/483120de Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/483120de Branch: refs/heads/master Commit: 483120dee6d0384d8f3c8d26d56547101b7883e8 Parents: 0671694 Author: Fokko Driesprong <[email protected]> Authored: Sun Oct 7 01:31:16 2018 -0700 Committer: Kengo Seki <[email protected]> Committed: Thu Oct 11 03:13:57 2018 -0400 ---------------------------------------------------------------------- .../source/documentation/in-progress/precommit-buildtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/483120de/asf-site-src/source/documentation/in-progress/precommit-buildtools.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md index 734c827..44155c3 100644 --- a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md +++ b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md @@ -64,7 +64,7 @@ For example, the gradle build tool does not have a standard way to execute check * pluginname\_modules\_worker - - Input is the branch and the test being run. This should call `modules_workers` with the generic parts to run that test on the build system. For example, if it is convention to use 'test' to trigger 'unit' tests, then `module_workers` should be called with 'test' appended onto its normal parameters. + - Input is the branch and the test being run. This should call `modules_workers` with the generic parts to run that test on the build system. For example, if it is convention to use 'test' to trigger 'unit' tests, then `modules_workers` should be called with 'test' appended onto its normal parameters. * pluginname\_builtin_personality\_modules
