Skip to content

Commit abf51bf

Browse files
authored
Update behaviors.md
1 parent acf78df commit abf51bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/behaviors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ If we were to represent the behavior of choosing the correct outlet adapter in P
333333
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.
334334

335335
```{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.
337337
```
338338
339339
Similarly, using the {ref}`behavior code example <behavior-code-example>` above:

0 commit comments

Comments
 (0)