Discussion:
mahout git commit: (nojira) test: fix a small typo
a***@apache.org
2017-12-24 21:45:30 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/asf-site 4efc23bb8 -> 7d5d398da


(nojira) test: fix a small typo


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/7d5d398d
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/7d5d398d
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/7d5d398d

Branch: refs/heads/asf-site
Commit: 7d5d398da948440a7c2470245b53378b6eeaeaf2
Parents: 4efc23b
Author: Andrew Palumbo <***@apache.org>
Authored: Sun Dec 24 13:43:28 2017 -0800
Committer: Andrew Palumbo <***@apache.org>
Committed: Sun Dec 24 13:43:28 2017 -0800

----------------------------------------------------------------------
developers/how-to-update-the-website.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/7d5d398d/developers/how-to-update-the-website.html
----------------------------------------------------------------------
diff --git a/developers/how-to-update-the-website.html b/developers/how-to-update-the-website.html
index 15f7229..c52399c 100644
--- a/developers/how-to-update-the-website.html
+++ b/developers/how-to-update-the-website.html
@@ -179,7 +179,7 @@ LaTeX portions are signalled with enclosing <code class="highlighter-rouge">$</c

<p>In the terminal,</p>

-<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="nb">cd </span>wesite
+<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="nb">cd </span>website
bundle <span class="nb">exec </span>jekyll serve
</code></pre>
</div>

Loading...