Bismuth-Forge / bismuth

KDE Plasma add-on, that tiles your windows automatically and lets you manage them via keyboard, similarly to i3, Sway or dwm.
https://bismuth-forge.github.io/bismuth/
Other
2.41k stars 92 forks source link

Fix a typo #442

Closed arnauddupuis closed 1 year ago

arnauddupuis commented 1 year ago

Summary

Just fixed a small typo in the CMakeLists.txt (Compler -> Compiler).

Breaking Changes

Do your changes intentionally break something on the user side or configuration? Absolutely not.

UI Changes

Before After
Use TypeScript Compler to check Use TypeScript Compiler to check

Test Plan

Ran cmake again and it worked the same. It's just a one-letter typo fix.

Related Issues

Closes #X

gikari commented 1 year ago

Thanks for fixing! 😊