From d16b4bc2231006c0cf6e9df10f6826295fd49116 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Wed, 25 Nov 2020 07:26:28 -0800 Subject: [PATCH] fix typo --- lib/amplitude_api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/amplitude_api.rb b/lib/amplitude_api.rb index 2ff8c24..accfc2c 100644 --- a/lib/amplitude_api.rb +++ b/lib/amplitude_api.rb @@ -35,7 +35,7 @@ def secret_key # ==== Event Tracking related methods - # Send a single event immediately to the AmplitudeAPI + # Send a single event immediately to the Amplitude API # # @param [ String ] event_name a string that describes the event, e.g. "clicked on Home" # @param [ String ] user a string or integer that uniquely identifies a user.