From 9b42878d51339385cd8e414e90b61efdac6a6a4a Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 6 Dec 2013 10:10:28 -0800 Subject: [PATCH] Small fix to link text --- docs/api-model-remote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-model-remote.md b/docs/api-model-remote.md index 69f91aa4..f1af8a67 100644 --- a/docs/api-model-remote.md +++ b/docs/api-model-remote.md @@ -32,8 +32,8 @@ The options argument is a JSON object, described in the following table. | Option | Required? | Description | | ----- | ----- | ----- | -| accepts | No | Describes the remote method's arguments, as explained below. The callback is an assumed argument; do not specify. | -| returns | No | Describes the remote method's callback arguments, as explained below.. The err argument is assumed; do not specify. | +| accepts | No | Describes the remote method's arguments; See Argument description. The `callback` argument is assumed; do not specify. | +| returns | No | Describes the remote method's callback arguments; See Argument description. The `err` argument is assumed; do not specify. | | http | No | HTTP routing information: