Skip to content

Commit f5695c1

Browse files
authored
Update logitech-mx-ink-controls.md (#5742)
fixing a minor typo with the logitech mx ink docs
1 parent 3c4cc47 commit f5695c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/components/logitech-mx-ink-controls.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: logiteck-mx-ink-controls
2+
title: logitech-mx-ink-controls
33
type: components
44
layout: docs
55
parent_section: components
@@ -9,15 +9,15 @@ examples: []
99

1010
[trackedcontrols]: ./tracked-controls.md
1111

12-
The logiteck-mx-ink-controls component interfaces with the Logitech MX Ink tracked pen. It
12+
The `logitech-mx-ink-controls` component interfaces with the Logitech MX Ink tracked pen. It
1313
wraps the [tracked-controls component][trackedcontrols] while adding button
1414
mappings, events, and a pencil model.
1515

1616
## Example
1717

1818
```html
19-
<a-entity logiteck-mx-ink-controls="hand: left"></a-entity>
20-
<a-entity logiteck-mx-ink-controls="hand: right"></a-entity>
19+
<a-entity logitech-mx-ink-controls="hand: left"></a-entity>
20+
<a-entity logitech-mx-ink-controls="hand: right"></a-entity>
2121
```
2222

2323
## Value
@@ -46,8 +46,8 @@ mappings, events, and a pencil model.
4646
Listen to the `tipchanged` event.
4747

4848
```html
49-
<a-entity logiteck-mx-ink-controls="hand: left" tip-logging></a-entity>
50-
<a-entity logiteck-mx-ink-controls="hand: right" tip-logging></a-entity>
49+
<a-entity logitech-mx-ink-controls="hand: left" tip-logging></a-entity>
50+
<a-entity logitech-mx-ink-controls="hand: right" tip-logging></a-entity>
5151
```
5252

5353
```javascript
@@ -63,4 +63,4 @@ AFRAME.registerComponent('tip-logging',{
6363

6464
## Assets
6565

66-
- [Logiteck MX Ink glTF](https://cdn.aframe.io/controllers/logitech/logitech-mx-ink.glb)
66+
- [Logitech MX Ink glTF](https://cdn.aframe.io/controllers/logitech/logitech-mx-ink.glb)

0 commit comments

Comments
 (0)