Skip to content

Commit 4eb7207

Browse files
committed
Typo
1 parent 5bdfb25 commit 4eb7207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/avoidingTheAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ var putRecordResult = await AtProtoServer.PutRecord(
152152
accessCredentials: accessCredentials);
153153
```
154154

155-
Here you can use the swapRecord parameter to ensure you are updating the version of the record you think you are. If
155+
Here you can use the `swapRecord` parameter to ensure you are updating the version of the record you think you are. If
156156
the record has been updated since you retrieved it the update will fail.
157157

158158
Finally, to delete the record you just created you would do:

0 commit comments

Comments
 (0)