7995: Fix up inconsistent "e.g." vs. "e.g.,".
[arvados.git] / doc / api / methods / authorized_keys.html.textile.liquid
index 2912ba83d136193018e909e240dec91fb3d7fa04..3ae9a6ee1536a292c1b9e8591012f64a8b71c4ac 100644 (file)
@@ -23,7 +23,7 @@ table(table table-bordered table-condensed).
 |name|string|A name to help the user manage their keys.||
 |key_type|string|Public key type, currently only supports "SSH"||
 |authorized_user_uuid|string|The user to which this key belongs.  Authentication using this key authenticates as this user.||
-|public_key|text|The actual public key material, e.g. from @~/.ssh/id_rsa.pub@||
+|public_key|text|The actual public key material, e.g., from @~/.ssh/id_rsa.pub@||
 |expires_at|datetime|Expiration date after which the key is no longer valid.||
 
 h2. Methods