We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d047d40 commit 2d05618Copy full SHA for 2d05618
docs/connections_and_transactions.md
@@ -100,7 +100,7 @@ async def create_users(request):
100
101
Transaction state is tied to the connection used in the currently executing asynchronous task.
102
If you would like to influence an active transaction from another task, the connection must be
103
-shared. This state is _inherited_ by tasks that are share the same connection:
+shared. This state is _inherited_ by tasks that share the same connection:
104
105
```python
106
async def add_excitement(connnection: databases.core.Connection, id: int):
0 commit comments