chore(addons/fit): fix typo

Reprepresents -> Represents
This commit is contained in:
Tristan F.-R.
2024-11-11 18:57:03 -08:00
committed by GitHub
parent 41e8ae3959
commit 9e1d5ba7db
+1 -1
View File
@@ -39,7 +39,7 @@ declare module '@xterm/addon-fit' {
}
/**
* Reprepresents the dimensions of a terminal.
* Represents the dimensions of a terminal.
*/
export interface ITerminalDimensions {
/**