Skip to content

Commit 3a9d15d

Browse files
author
Ersin Ertan
committed
Typo: playservices from platservices
Unless it is for platform services...
1 parent 3ed0c10 commit 3a9d15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h5 id="add-ons">Add-On Modules</h5>
9494
<p>Modules are also provided for the add-on Android libraries. Add the dependency (listed below) and use the following imports:</p>
9595
<ul>
9696
<li><p>support-v4</p><pre class="prettyprint">import static org.assertj.android.support.v4.api.Assertions.assertThat;</pre></li>
97-
<li><p>Google Play Services</p><pre class="prettyprint">import static org.assertj.android.platservices.api.Assertions.assertThat;</pre></li>
97+
<li><p>Google Play Services</p><pre class="prettyprint">import static org.assertj.android.playservices.api.Assertions.assertThat;</pre></li>
9898
<li><p>appcompat-v7</p><pre class="prettyprint">import static org.assertj.android.appcompat.v7.api.Assertions.assertThat;</pre></li>
9999
<li><p>mediarouter-v7</p><pre class="prettyprint">import static org.assertj.android.mediarouter.v7.api.Assertions.assertThat;</pre></li>
100100
<li><p>gridlayout-v7</p><pre class="prettyprint">import static org.assertj.android.gridlayout.v7.api.Assertions.assertThat;</pre></li>

0 commit comments

Comments
 (0)