File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ documents.
393
393
Runtime: 95
394
394
IMDB Rating: 4
395
395
IMDB Votes: 9296
396
- Plot: A sci-fi update of the famous 6th Century poem. In a beseiged land, Beowulf must
396
+ Plot: A sci-fi update of the famous 6th Century poem. In a besieged land, Beowulf must
397
397
battle against the hideous creature Grendel and his vengeance seeking mother.
398
398
399
399
.. _laravel-retrieve-one:
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ public function testBelongsToManyAttachesExistingModels(): void
279
279
280
280
$ user = User::with ('clients ' )->find ($ user ->_id );
281
281
282
- // Assert non attached ID's are detached succesfully
282
+ // Assert non attached ID's are detached successfully
283
283
$ this ->assertNotContains ('1234523 ' , $ user ->client_ids );
284
284
285
285
// Assert there are two client objects in the relationship
You can’t perform that action at this time.
0 commit comments