We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8533ef commit b316d0bCopy full SHA for b316d0b
content/en/docs/v3.6/tutorials/how-to-transactional-write.md
@@ -42,7 +42,7 @@ Let's consider a scenario where you want to update a user's email and phone numb
42
| `/users/{<user_id>/email` : etcd key representing a user's email address.|
43
| `/users/<user_id>/phone` : etcd key representing a user's phone number.|
44
| **Flags** |
45
-| [`--interactive`](https://github.com/etcd-io/etcd/blob/main/etcdctl/README.md#options-3) : A flag to allow inputting transaction data manually.|
+| [`--interactive`](https://github.com/etcd-io/etcd/blob/main/etcdctl/README.md#options-3) : A flag to allow inputting transaction data manually|
46
47
#### 1. Set up initial data
48
First, create a user with some initial data.
0 commit comments