Skip to content

Commit 658abba

Browse files
committed
fix another typo and link to correct reference
1 parent d12b9a2 commit 658abba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The following people are totally rad and awesome because they have contributed r
2222
* Mike Hatfield *[email protected]*
2323
* [Anton Rissanen](http://github.com/antris) *[email protected]*
2424
* Calum Robertson *http://github.com/randusr836*
25+
* Jake Burkhead *https://github.com/jlburkhead*
2526
* ...You! What are you waiting for? Check out the [contributing](/contributing) section and get cracking!
2627

2728
# Developers

chapters/math/working-with-exponents-and-logarithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Math.log(100) / Math.log(10)
3434

3535
## Discussion
3636

37-
For more information on the Math object see the documentation on the [Mozilla Developer Netword](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math). Also refer to [Converting Radians and Degrees](/chapters/math/radians-degrees) for discussion of the various constants in the Math object.
37+
For more information on the Math object see the documentation on the [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math). Also refer to [Math Constants](/chapters/math/constants) for discussion of the various constants in the Math object.

0 commit comments

Comments
 (0)