Skip to content

Commit 0158beb

Browse files
committed
Fixed typos
1 parent d2841c0 commit 0158beb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs-md/DeveloperGuide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Setup
2525
git clone https://github.com/iuredcap/phpcap
2626
```
2727

28-
3. Get Composer. Composer is needed to download the development depedencies for PHPCap.
28+
3. Get Composer. Composer is needed to download the development dependencies for PHPCap.
2929
See: https://getcomposer.org/download/.
3030
You can either install the composer.phar file to the root directory of PHPCap (the .gitignore
3131
file is set to ignore this file), or install it globally at the system or account level.

docs-md/UserGuide3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with the exportRecords method:
7474
$records = $project->exportRecords('csv', null, null, null, null, null,
7575
null, null, null, null, null, true);
7676
```
77-
In this case, the order of the arguments has to match extactly with the
77+
In this case, the order of the arguments has to match exactly with the
7878
order of the parameters in the method definition. And since an argument
7979
for the the last parameter ($exportDataAccessGroups) is being provided, arguments for all
8080
parameters before it need to be included.

docs/DeveloperGuide.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 id="Setup">Setup</h2>
6666
<p>Get PHPCap:</p>
6767
<div class="description"><pre><code class="language-shell">git clone https://github.com/iuredcap/phpcap</code></pre></div>
6868
</li>
69-
<li>Get Composer. Composer is needed to download the development depedencies for PHPCap.
69+
<li>Get Composer. Composer is needed to download the development dependencies for PHPCap.
7070
See: <a href="https://getcomposer.org/download/">https://getcomposer.org/download/</a>.
7171
You can either install the composer.phar file to the root directory of PHPCap (the .gitignore
7272
file is set to ignore this file), or install it globally at the system or account level.</li>

docs/UserGuide3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 id="exportRecordsAp">exportRecordsAp</h2>
9292
with the exportRecords method:</p>
9393
<div class="description"><pre><code class="language-php"><span class="php-var">$records</span> = <span class="php-var">$project</span>-&gt;exportRecords(<span class="php-quote">'csv'</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>,
9494
<span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">null</span>, <span class="php-keyword1">true</span>);</code></pre></div>
95-
<p>In this case, the order of the arguments has to match extactly with the
95+
<p>In this case, the order of the arguments has to match exactly with the
9696
order of the parameters in the method definition. And since an argument
9797
for the the last parameter ($exportDataAccessGroups) is being provided, arguments for all
9898
parameters before it need to be included.</p>

0 commit comments

Comments
 (0)