Skip to content

Commit b316d0b

Browse files
committed
fix: DCO signed off commit
Signed-off-by: Wendy Ha <[email protected]>
1 parent a8533ef commit b316d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/v3.6/tutorials/how-to-transactional-write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Let's consider a scenario where you want to update a user's email and phone numb
4242
| `/users/{<user_id>/email` : etcd key representing a user's email address.|
4343
| `/users/<user_id>/phone` : etcd key representing a user's phone number.|
4444
| **Flags** |
45-
| [`--interactive`](https://github.com/etcd-io/etcd/blob/main/etcdctl/README.md#options-3) : A flag to allow inputting transaction data manually.|
45+
| [`--interactive`](https://github.com/etcd-io/etcd/blob/main/etcdctl/README.md#options-3) : A flag to allow inputting transaction data manually|
4646

4747
#### 1. Set up initial data
4848
First, create a user with some initial data.

0 commit comments

Comments
 (0)