You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,7 +104,7 @@ For a wizard command, you can refer to the [previous example](#callsharpentityco
97
104
Most of the time, the breadcrumb automatically set by Sharp is enough. But sometimes it can be useful to define a whole Sharp context before calling an endpoint, and that's the purpose of this method. The `$callback` contains a built instance of Code16\Sharp\Utils\Links\BreadcrumbBuilder, which can be used like this:
98
105
99
106
```php
100
-
it('allow the user to display a leaf form', function () {
107
+
it('allows the user to display a leaf form', function () {
0 commit comments