Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed a mistake in docs for position component
  • Loading branch information
Eduard Kyvenko committed Aug 3, 2016
commit 4382f4f7e2b131066d40a4be7904d32549f85351
2 changes: 1 addition & 1 deletion docs/components/position.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A-Frame uses a right-handed coordinate system where the negative Z axis extends
| Axis | Description | Default Value |
|------|--------------------------------------------------------------|---------------|
| x | Negative X axis extends left. Positive X Axis extends right. | 0 |
| y | Negative Y axis extends up. Positive Y Axis extends down. | 0 |
| y | Negative Y axis extends down. Positive Y Axis extends up. | 0 |
| z | Negative Z axis extends in. Positive Z Axis extends out. | 0 |

## Relative Positioning
Expand Down