File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ implementation details) from the attributes hash.
276276
277277#### examples
278278
279- 1 . Always expose foreign keys for all models
279+ Always expose foreign keys for all models
280280``` js
281281{
282282 ...
@@ -285,7 +285,7 @@ implementation details) from the attributes hash.
285285}
286286```
287287
288- 2 . Never expose foreign keys for any models (default behaviour)
288+ Never expose foreign keys for any models (default behaviour)
289289``` js
290290{
291291 ...
@@ -294,7 +294,7 @@ implementation details) from the attributes hash.
294294}
295295```
296296
297- 3 . Only expose foreign keys for the commeht model
297+ Only expose foreign keys for the commeht model
298298``` js
299299{
300300 ...
@@ -305,7 +305,7 @@ implementation details) from the attributes hash.
305305}
306306```
307307
308- 4 . Only expose foreign keys for the comment model findById method. eg. ` GET /api/comments/1 `
308+ Only expose foreign keys for the comment model findById method. eg. ` GET /api/comments/1 `
309309``` js
310310{
311311 ...
You can’t perform that action at this time.
0 commit comments