Skip to content

Commit

Permalink
Update parsely/src/main/java/com/parsely/parselyandroid/ParselyTracke…
Browse files Browse the repository at this point in the history
…r.kt

Co-authored-by: Ian Guedes Maia <[email protected]>
  • Loading branch information
wzieba and iangmaia authored Feb 1, 2024
1 parent cfc30c1 commit 5742c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import org.jetbrains.annotations.TestOnly
public interface ParselyTracker {

/**
* Register a pageview event using a URL and optional metadata. You should only be call this once per page view.
* Register a pageview event using a URL and optional metadata. You should only call this method once per page view.
*
* @param url The URL of the article being tracked (eg: "http://example.com/some-old/article.html")
* @param urlRef The url of the page that linked to the viewed page. Analogous to HTTP referer
Expand Down

0 comments on commit 5742c39

Please sign in to comment.