From a8ba1cf95dc1d0eb7adbbf330ef8e2c6f936d2f7 Mon Sep 17 00:00:00 2001 From: easteracrobat Date: Fri, 27 Jan 2017 17:39:00 +0100 Subject: [PATCH] typo-fix --- doc/english/adobe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/english/adobe.md b/doc/english/adobe.md index a1d438394..29e5ca418 100644 --- a/doc/english/adobe.md +++ b/doc/english/adobe.md @@ -1,6 +1,6 @@ ## Integrate Adjust with the Adobe SDK -To integrate Adjust with all Adove SDK tracked events, you must send your Adjust attribution data to the Adobe SDK after receiving the attribution response from our backend. Follow the steps in the [attribution callback][attribution-callback] chapter of our Android SDK guide to implement this. To use the Adobe SDK API, the callback method can be set as the following: +To integrate Adjust with all Adobe SDK tracked events, you must send your Adjust attribution data to the Adobe SDK after receiving the attribution response from our backend. Follow the steps in the [attribution callback][attribution-callback] chapter of our Android SDK guide to implement this. To use the Adobe SDK API, the callback method can be set as the following: ```objc - (void)adjustAttributionChanged:(ADJAttribution *)attribution {