From a802436f9877349932315de3f1f00945610d799b Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 21 Jan 2014 14:14:13 -0800 Subject: [PATCH] Fix capitalization and punctuation. --- docs/api-datasource.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api-datasource.md b/docs/api-datasource.md index 24f6f73f..90b55a86 100644 --- a/docs/api-datasource.md +++ b/docs/api-datasource.md @@ -180,9 +180,9 @@ oracle.disableRemote('destroyAll'); **Notes:** - - disabled operations will not be added to attached models - - disabling the remoting for a method only affects client access (it will still be available from server models) - - data sources must enable / disable operations before attaching or creating models + - Disabled operations will not be added to attached models. + - Disabling the remoting for a method only affects client access (it will still be available from server models). + - Data sources must enable / disable operations before attaching or creating models. #### dataSource.operations()