Skip to content

Commit 12f2905

Browse files
author
Paul Rybitskyi
committed
Fix typos in docs
1 parent d2aa658 commit 12f2905

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,7 @@
31323132

31333133
</p><ol start="1">
31343134
<li class="number">Local analysis which doesn't depend on anything else. For example, a
3135-
lint check check which flags typos can report incidents immediately.
3135+
lint check which flags typos can report incidents immediately.
31363136
Lint calls these “definite incidents”.
31373137

31383138
<p></p><p>

docs/api-guide/partial-analysis.md.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
categories will be explained in subsequent sessions) :
7070

7171
1. Local analysis which doesn't depend on anything else. For example, a
72-
lint check check which flags typos can report incidents immediately.
73-
Lint calls these “definite incidents”.
72+
lint check which flags typos can report incidents immediately. Lint
73+
calls these “definite incidents”.
7474

7575
2. Local analysis which depends on a few, common conditions. For
7676
example, in Android, a check may only apply if the `minSdkVersion <

0 commit comments

Comments
 (0)