Skip to content

Commit

Permalink
Merge pull request #43 from andysnell/fix-typos
Browse files Browse the repository at this point in the history
Fix Typos
  • Loading branch information
derickr committed Dec 17, 2017
2 parents b0e581a + 7242b57 commit 02273c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions html/contributing.php
Expand Up @@ -94,7 +94,7 @@
the branch you just created (<tt>issue681</tt>), and then select the "Pull
Request" button in the upper right. Select the user <tt>xdebug</tt> as the
recipient.</p>
<p>Alternatively you can nagivate to
<p>Alternatively you can navigate to
<tt>https://github.com/<i>{username}</i>/xdebug/pull/new/issue{issue&nbsp;number}</tt>.</p>
</li>
</ol>
Expand Down Expand Up @@ -135,7 +135,7 @@
the branch you just created (<tt>issue681</tt>), and then select the "Pull
Request" button in the upper right. Select the user <tt>xdebug</tt> as the
recipient.</p>
<p>Alternatively you can nagivate to
<p>Alternatively you can navigate to
<tt>https://github.com/<i>{username}</i>/xdebug/pull/new/issue{issue&nbsp;number}</tt>.</p>
</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion html/index.php
Expand Up @@ -22,7 +22,7 @@
href='/docs/display'>var_dump()</a> function; it adds <a
href='/docs/stack_trace'>stack traces</a> for Notices, Warnings, Errors and
Exceptions; it features functionality for <a
href=/docs/execute_trace'>recordig every function call and variable
href=/docs/execute_trace'>recording every function call and variable
assignment</a> to disk; it contains a <a href='/docs/profiler'>profiler</a>;
and it provides <a href='/docs/code_coverage'>code coverage</a> functionality
for use with <a href='https://phpunit.de'>PHPUnit</a>.
Expand Down
4 changes: 2 additions & 2 deletions html/support.php
Expand Up @@ -38,8 +38,8 @@
<p>
If you <strong>really</strong> can't make a short script after trying for
several hours ;-), then please prepare something that I can: clone from
GitHub, use something like composer to install dependecies, and then can
run. The script can still not have dependecies on things like databases, as
GitHub, use something like composer to install dependencies, and then can
run. The script can still not have dependencies on things like databases, as
I won't have them installed. Please <a href='/support.php#email'>contact
me</a> first if you are not sure.
</p>
Expand Down

0 comments on commit 02273c6

Please sign in to comment.