Skip to content

Commit 95743c5

Browse files
authored
Fix typos (#1151)
## Changes <!-- Please summarize your changes. --> it's -> its Removed unnecessary commas. <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent b4cfa82 commit 95743c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/enums/MouseBehavior.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ items:
1717
deprecation_message: ''
1818
- name: LockCenter
1919
summary: |
20-
The mouse is locked, and cannot move from, the center of the user's
20+
The mouse is locked and cannot move from the center of the user's
2121
screen.
2222
value: 1
2323
tags: []
2424
deprecation_message: ''
2525
- name: LockCurrentPosition
2626
summary: |
27-
The mouse is locked, and cannot move from, it's current position on the
27+
The mouse is locked and cannot move from its current position on the
2828
user's screen at the time of locking.
2929
value: 2
3030
tags: []

0 commit comments

Comments
 (0)