We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdfb25 commit 4eb7207Copy full SHA for 4eb7207
docs/docs/avoidingTheAgent.md
@@ -152,7 +152,7 @@ var putRecordResult = await AtProtoServer.PutRecord(
152
accessCredentials: accessCredentials);
153
```
154
155
-Here you can use the swapRecord parameter to ensure you are updating the version of the record you think you are. If
+Here you can use the `swapRecord` parameter to ensure you are updating the version of the record you think you are. If
156
the record has been updated since you retrieved it the update will fail.
157
158
Finally, to delete the record you just created you would do:
0 commit comments