diff --git a/guides/source/developers/users/addresses.html.md b/guides/source/developers/users/addresses.html.md
index 28a98b42f56..1c42837b3bd 100644
--- a/guides/source/developers/users/addresses.html.md
+++ b/guides/source/developers/users/addresses.html.md
@@ -17,6 +17,7 @@ Spree::User.find(1).addresses
 
 `Spree::Address` objects have the following attributes:
 
+- `name`: The full name for the person at this address.
 - `firstname`: The first name for the person at this address.
 - `lastname`: The last name for the person at this address.
 - `address1` and `address2`: The street address (with an optional second line).