Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mullen2 committed Sep 26, 2019
1 parent d2841c0 commit 0158beb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs-md/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Setup
git clone https://github.com/iuredcap/phpcap
```

3. Get Composer. Composer is needed to download the development depedencies for PHPCap.
3. Get Composer. Composer is needed to download the development dependencies for PHPCap.
See: https://getcomposer.org/download/.
You can either install the composer.phar file to the root directory of PHPCap (the .gitignore
file is set to ignore this file), or install it globally at the system or account level.
Expand Down
2 changes: 1 addition & 1 deletion docs-md/UserGuide3.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ with the exportRecords method:
$records = $project->exportRecords('csv', null, null, null, null, null,
null, null, null, null, null, true);
```
In this case, the order of the arguments has to match extactly with the
In this case, the order of the arguments has to match exactly with the
order of the parameters in the method definition. And since an argument
for the the last parameter ($exportDataAccessGroups) is being provided, arguments for all
parameters before it need to be included.
Expand Down
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 id="Setup">Setup</h2>
<p>Get PHPCap:</p>
<div class="description"><pre><code class="language-shell">git clone https://github.com/iuredcap/phpcap</code></pre></div>
</li>
<li>Get Composer. Composer is needed to download the development depedencies for PHPCap.
<li>Get Composer. Composer is needed to download the development dependencies for PHPCap.
See: <a href="https://getcomposer.org/download/">https://getcomposer.org/download/</a>.
You can either install the composer.phar file to the root directory of PHPCap (the .gitignore
file is set to ignore this file), or install it globally at the system or account level.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide3.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2 id="exportRecordsAp">exportRecordsAp</h2>
with the exportRecords method:</p>
<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>,
<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>
<p>In this case, the order of the arguments has to match extactly with the
<p>In this case, the order of the arguments has to match exactly with the
order of the parameters in the method definition. And since an argument
for the the last parameter ($exportDataAccessGroups) is being provided, arguments for all
parameters before it need to be included.</p>
Expand Down

0 comments on commit 0158beb

Please sign in to comment.