Skip to content

Commit 80a4d8d

Browse files
authored
Merge pull request #284 from adjust/docs_update
Docs update
2 parents bf9bfa1 + 331c492 commit 80a4d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ String adid = Adjust.getAdid();
722722

723723
### <a id="user-attribution"></a>User attribution
724724

725-
Like described in [attribution callback scetion](#attribution-callback), this callback get triggered providing you info about new attribution when ever it changes. In case you want to access info about your user's current attribution when ever you need it, you can make a call to following method of the `Adjust` instance:
725+
Like described in [attribution callback section](#attribution-callback), this callback get triggered providing you info about new attribution when ever it changes. In case you want to access info about your user's current attribution when ever you need it, you can make a call to following method of the `Adjust` instance:
726726

727727
```java
728728
AdjustAttribution attribution = Adjust.getAttribution();

0 commit comments

Comments
 (0)