Skip to content

Commit ccac383

Browse files
committed
spelling
Signed-off-by: Owen Williams <owilliams@mixxx.org>
1 parent 207bc35 commit ccac383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

proposals/2025-12-02_controller_shared_data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ No two hardware mappings will have the same namespace, and we can enforce that w
7171
`Grouping` is a logical value defined by the controller mapping definition.
7272
It can be like a Mixxx-style group ("`[Channel1]`") but it can be any arbitrary string.
7373
Many controllers will want to define something like `deck1` to refer to a device that can itself be assigned to multiple mixxx channels.
74-
This document does not use the word `group`, instead prefering `grouping`, to try to differentiate Mixxx-style "groups" from this concept, which is a distinct abstraction.
74+
This document does not use the word `group`, instead preferring `grouping`, to try to differentiate Mixxx-style "groups" from this concept, which is a distinct abstraction.
7575

7676
The controller mapping decides how these groups behave and Mixxx does no enforcement of them.
7777
To reiterate: even if a "grouping" "looks like" a Mixxx group, it is not.
@@ -88,7 +88,7 @@ Similar to "grouping", keys bear no relation to equivalent Mixxx keys.
8888

8989
The shift button on the left side of a Traktor S4MK3 would be stored this way:
9090

91-
psuedocode:
91+
pseudocode:
9292

9393
`sharedData["S4MK3"]["deck1"]["shift"] = true`
9494

@@ -130,7 +130,7 @@ There is no effect (no logging or error) If a controller does not implement this
130130

131131
### Possible future directions
132132

133-
The following are possibile future extensions to this proposal that are currently out of scope and will not be implemented in the first version, but we want to make sure to leave room in case we add them in the future:
133+
The following are possible future extensions to this proposal that are currently out of scope and will not be implemented in the first version, but we want to make sure to leave room in case we add them in the future:
134134

135135
#### Cross-device communication / subscription
136136

0 commit comments

Comments
 (0)