diff options
author | Derek Jones <derek.jones@ellislab.com> | 2013-07-20 00:39:31 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2013-07-20 00:39:31 +0200 |
commit | 1132b9c41f57f01eb624d4b04684ba077971371e (patch) | |
tree | 4a0def06a817053d059c188916a022e13179db03 /user_guide_src/source | |
parent | 22c9b804d53e15f6b582ee7961f9c2087fd33dbb (diff) |
pluralization
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 92024c70a..5d5a19509 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 @@ $(function (){ 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); |