From 37a8c832aeced8d6b8ad7901dd4604fdb903ee10 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:13:29 +0300 Subject: [PATCH] Reformat the link in context() helper description --- helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.md b/helpers.md index 62d4434c819..29cf03f7b23 100644 --- a/helpers.md +++ b/helpers.md @@ -2337,7 +2337,7 @@ config(['app.debug' => true]); #### `context()` {.collection-method} -The `context` function gets the value from the [current context](/docs/{{version}}/context). You may also provide a default value that will be returned if the context key does not exist: +The `context` function gets the value from the current [context](/docs/{{version}}/context). You may also provide a default value that will be returned if the context key does not exist: ```php $value = context('trace_id');