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
Copy file name to clipboardExpand all lines: docs/backend/behaviors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ If we were to represent the behavior of choosing the correct outlet adapter in P
333
333
This process of choosing the right adapter based on the information of the context and the requested interface implements the design pattern of an abstract factory.
334
334
335
335
```{hint} The notation `ISchuko(context)` is a shortcut for `getAdapter(context, ISchuko)`.
336
-
It executes exactly the same logic behid the scenes with the same result.
336
+
It executes exactly the same logic behind the scenes with the same result.
337
337
```
338
338
339
339
Similarly, using the {ref}`behavior code example <behavior-code-example>` above:
0 commit comments