Skip to content

Commit be3a70b

Browse files
committed
fixing formatting of code block in ModelStore
1 parent cee0e66 commit be3a70b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_model-store/find.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ example: ModelStore.find(modelName, attrs)
55

66
Returns the first instance found that matches the `modelName` and `attrs` sent. The `modelName` is the name of the model, the `attrs` is an object of parameters to search on.
77

8-
Example:
98
```js
10-
modelStore.find('Media', { type': 'photo', 'id': 16 })
9+
modelStore.find('Media', { type: "photo", id: 16 })
1110
```

0 commit comments

Comments
 (0)