Skip to content

Commit 6b555c5

Browse files
committed
Improve about text
1 parent f537c27 commit 6b555c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_octopress/source/about/index.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ php.js is a resource that offers community-built JavaScript alternatives to PHP
1616
- to see if we can
1717
- to learn JavaScript
1818
- to help others learn JavaScript
19-
- to see how a php program performs with V8 strapped on it's back
20-
- to run & debug php code in the browser
19+
- to see how a php scripts perform with V8 strapped on their backs
2120
- to profit from helpful functions like:
2221
[strip_tags](http://phpjs.org/functions/strip_tags/),
2322
[strtotime](http://phpjs.org/functions/strtotime/),
23+
[md5](http://phpjs.org/functions/md5/),
2424
[strftime](http://phpjs.org/functions/strftime/),
2525
[number_format](http://phpjs.org/functions/number_format/),
2626
[wordwrap](http://phpjs.org/functions/wordwrap/),
@@ -39,7 +39,7 @@ gigantic php.js packages or compilers.
3939
That said, we do think it's a challenge to port everything and decided to also port
4040
low-level PHP functions like
4141
[strpos](http://phpjs.org/functions/strpos/)
42-
that have a perfectly fine (and more performant!) JavaScript
42+
that have perfectly fine (and more performant!) JavaScript
4343
counterparts ([String.indexOf](https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/indexOf) in this case).
4444

4545
Besides the geeky-challenge of seeing how far we could come, porting ALL THE THINGS also
@@ -55,8 +55,8 @@ to decide what makes sense to take from it.
5555
And what not.
5656

5757
Going by [The McDonald's Theory](https://medium.com/what-i-learned-building/9216e1c9da7d)
58-
we have plently of functions here online that aren't perfect just yet.
59-
If you know how to improve, just send us a pull request on GitHub!
58+
we have plently of functions online that aren't perfect just yet.
59+
If you know how better ways, just send us a pull request on GitHub!
6060

6161
## Contributing
6262

0 commit comments

Comments
 (0)