summaryrefslogtreecommitdiff
path: root/docs/html/guide/webapps/debugging.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/webapps/debugging.jd')
-rwxr-xr-xdocs/html/guide/webapps/debugging.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/webapps/debugging.jd b/docs/html/guide/webapps/debugging.jd
index a74797df3bd3..9e8e11337b73 100755
--- a/docs/html/guide/webapps/debugging.jd
+++ b/docs/html/guide/webapps/debugging.jd
@@ -92,7 +92,7 @@ expect from other web browsers.</p>
<h2 id="WebView">Using Console APIs in WebView</h2>
<p>All the console APIs shown above are also
-supported when debugging in {@link android.webkit.WebView}.
+supported when debugging in {@link android.webkit.WebView}.
If you're targeting Android 2.1 (API level 7) and higher, you must
provide a {@link android.webkit.WebChromeClient}
that implements the {@link android.webkit.WebChromeClient#onConsoleMessage(String,int,String)