commit | 1132b9c41f57f01eb624d4b04684ba077971371e | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Fri Jul 19 15:39:31 2013 -0700 |
committer | Derek Jones <derek.jones@ellislab.com> | Fri Jul 19 15:39:31 2013 -0700 |
tree | 4a0def06a817053d059c188916a022e13179db03 | |
parent | 22c9b804d53e15f6b582ee7961f9c2087fd33dbb [diff] |
pluralization
diff --git a/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js b/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js index 92024c7..5d5a195 100644 --- a/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js +++ b/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
@@ -37,7 +37,7 @@ var l = createList('dl.method > dt'); if (l) { var ul = c.clone() - .append('<h3>Methods / Function</h3>') + .append('<h3>Methods / Functions</h3>') .append(l); } customIndex.append(ul);