diff --git a/doc/3-many-to-many.md b/doc/3-many-to-many.md index 0832a1a..eff8ec6 100644 --- a/doc/3-many-to-many.md +++ b/doc/3-many-to-many.md @@ -27,7 +27,7 @@ class User extends Model } ``` -Now we can use methods to attach, detach, sync, toggle and update existing pivot: +Now we can use attach, detach, sync, toggle methods to update existing pivot: ```php // ...