diff --git a/helpers.md b/helpers.md index a02e880bac..d462c266e3 100644 --- a/helpers.md +++ b/helpers.md @@ -3370,7 +3370,7 @@ $user = Pipeline::send($user) ->thenReturn(); ``` -The `withinTransactions` method may be invoked on the pipeline to automatically invoke each step of the pipeline within a database transaction: +The `withinTransactions` method may be invoked on the pipeline to automatically wrap all steps of the pipeline within a single database transaction: ```php $user = Pipeline::send($user)