Skip to content

Commit

Permalink
chore(android): Fix receive spelling in Javadoc (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
smpeters authored Jun 2, 2020
1 parent 5b1f3fb commit 28c8792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public void run() {
* Evaluate JavaScript in the web view. This method
* executes on the main thread automatically.
* @param js the JS to execute
* @param callback an optional ValueCallback that will synchronously recieve a value
* @param callback an optional ValueCallback that will synchronously receive a value
* after calling the JS
*/
public void eval(final String js, final ValueCallback<String> callback) {
Expand Down

0 comments on commit 28c8792

Please sign in to comment.