Fixed some parameter names

This commit is contained in:
Ron Hale-Evans
2016-07-15 14:53:52 -07:00
parent e23c5e019f
commit f56e9369dd
5 changed files with 15 additions and 8 deletions

View File

@ -15,7 +15,10 @@ The micro:bit measures magnetic force with **microteslas**.
### Parameters
* a [string](/reference/types/string) that says which direction the micro:bit should measure magnetic force in: either `x` (the left-right direction), `y` (the forward/backward direction), or `z` (the up/down direction)
* ``dimension`` means which direction the micro:bit should measure
magnetic force in: either `Dimension.X` (the left-right direction),
`Dimension.Y` (the forward/backward direction), or `Dimension.Z`
(the up/down direction)
### Returns