Skip to content

Commit 732add6

Browse files
committed
Typo fix
1 parent 85e88ba commit 732add6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/buffer_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def initialize(options = {})
1111
# Initialize the API objects we may use
1212
@auth_api = AuthApi.new(options)
1313
@user_api = UserApi.new(options)
14-
@profile_api = ProflieApi.new(options)
14+
@profile_api = ProfileApi.new(options)
1515
end
1616

1717
def error

0 commit comments

Comments
 (0)