Skip to content

Commit

Permalink
Fix typo in docs/configurations.md (#1107)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 692075460
  • Loading branch information
kinow authored Nov 1, 2024
1 parent ad3bee0 commit e1b40ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Any category is OK so far.
| {YEAR} | 4 digits year (2021) |
| {MONTH} | 2 digits month (10) |
| {DATE} | 2 digits date (01) |
| {{} | sinle { character |
| {{} | single { character |

## Keymap (shortcut keys)

Expand Down Expand Up @@ -209,12 +209,12 @@ active_on_launch: False
### Fixed composition mode per engine

`composition_mode` specifies the composition mode every time the engine is
enabled. This is useful to switch the composition mode by using Ibus hot keys.
enabled. This is useful to switch the composition mode by using IBus hot keys.

The available values are `DIRECT`, `HIRAGANA`, `FULL_KATAKANA`, `HALF_ASCII`, `FULL_ASCII`, `HALF_KATAKANA`, and `NONE`.
`NONE` does not change the composition mode.

`symbol` is a label to represent the engine used by Ibus.
`symbol` is a label to represent the engine used by IBus.

`composition_mode` and `symbol` are available in 2.28.4950 and later versions.

Expand Down

0 comments on commit e1b40ed

Please sign in to comment.