Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
Close #1245
  • Loading branch information
sjinks committed Sep 29, 2013
1 parent 9d15ea6 commit 7b43eb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please supply any information that may be useful in fixing the bug:
If you are reporting a crash, please try to build Phalcon in the debug mode and try to get the backtrace.


# How to Build Phalcon in Debug Mode
## How to Build Phalcon in Debug Mode

```bash
cd ext
Expand All @@ -38,7 +38,7 @@ sudo make install
```


# How to Generate Backtrace (Linux)
## How to Generate Backtrace (Linux)

To generate a meaningful backtrace, please build Phalcon in the debug mode (see above).

Expand Down Expand Up @@ -67,7 +67,7 @@ or
gdb /usr/sbin/apache2 /path/to/core
```

Than, at the gdb prompt, type
Then, at the gdb prompt, please type

```
bt full
Expand All @@ -79,5 +79,5 @@ Use `quit` to exit gdb.



Thanks!
Phalcon Team
Thanks!
Phalcon Team

0 comments on commit 7b43eb8

Please sign in to comment.