Skip to content

Commit 2074da3

Browse files
author
stayweek
authored
chore: fix typos in comment (#2806)
1 parent 6071a5e commit 2074da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/retrieve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ documents.
393393
Runtime: 95
394394
IMDB Rating: 4
395395
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
397397
battle against the hideous creature Grendel and his vengeance seeking mother.
398398

399399
.. _laravel-retrieve-one:

tests/RelationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public function testBelongsToManyAttachesExistingModels(): void
279279

280280
$user = User::with('clients')->find($user->_id);
281281

282-
// Assert non attached ID's are detached succesfully
282+
// Assert non attached ID's are detached successfully
283283
$this->assertNotContains('1234523', $user->client_ids);
284284

285285
// Assert there are two client objects in the relationship

0 commit comments

Comments
 (0)