From 7e76b14a681076c89727d390584562c55ac74b9e Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Tue, 11 Aug 2015 11:59:50 +0900 Subject: [PATCH] fix typo of a contributor's name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57bd504..1ebc8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Changes -* Updated UserRefreshCredentials hash to use string keys ([@haabator][]) +* Updated UserRefreshCredentials hash to use string keys ([@haabaato][]) [#36](https://github.com/google/google-auth-library-ruby/issues/36) * Add support for a system default credentials file. ([@mr-salty][])