diff --git a/docs/client/api.js b/docs/client/api.js
index cc49d6fd32..201d53caa1 100644
--- a/docs/client/api.js
+++ b/docs/client/api.js
@@ -545,7 +545,7 @@ Template.api.meteor_collection = {
Template.api.find = {
id: "find",
- name: "collection.find(selector, [options])",
+ name: "collection.find([selector], [options])",
locus: "Anywhere",
descr: ["Find the documents in a collection that match the selector."],
args: [
@@ -580,7 +580,7 @@ Template.api.find = {
Template.api.findone = {
id: "findone",
- name: "collection.findOne(selector, [options])",
+ name: "collection.findOne([selector], [options])",
locus: "Anywhere",
descr: ["Finds the first document that matches the selector, as ordered by sort and skip options."],
args: [