Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit b3c4734

Browse files
committed
Fix typos
1 parent 6b1595d commit b3c4734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Contact extends Model
229229

230230
By default the Algolia package will fetch the **loaded** relashionships.
231231

232-
If you index records that didn't yet load any relations you can do it by loading them in the ```getAlgoliaRecord``` that you can create in your model.
232+
If you want to index records that didn't yet load any relations you can do it by loading them in the ```getAlgoliaRecord``` that you can create in your model.
233233

234234
It will look like:
235235

@@ -246,7 +246,7 @@ public function getAlgoliaRecord()
246246
}
247247
```
248248

249-
In the resulted object you will have categories converted to array by Laravel. If you a custom relation structure you will instead do something like :
249+
In the resulted object you will have categories converted to array by Laravel. If you want a custom relation structure you will instead do something like :
250250

251251
```
252252
public function getAlgoliaRecord()

0 commit comments

Comments
 (0)