You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typos
Found via `codespell -S ./src/cb/src/locales,*.svg -L splitted,requestor,delet,caf,daa,sav`
* Not a typo
---------
Co-authored-by: Jackson Huff <[email protected]>
Copy to a temporary clipboard that doesn't start with a number.
1273
1273
```sh
1274
-
$ cb -c SomeCB copy "A really really long sentence, and I mean really realy super DUPER long!"
1274
+
$ cb -c SomeCB copy "A really really long sentence, and I mean really really super DUPER long!"
1275
1275
```
1276
1276
1277
1277
Note: Although copying to a temporary clipboard that doesn't start with a number is impossible using the conventional method of adding it to the end of the action, this alternative method is completely supported and works great.
Copy to a temporary clipboard that doesn't start with a number.
862
862
```sh
863
-
$ cb -c SomeCB copy "A really really long sentence, and I mean really realy super DUPER long!"
863
+
$ cb -c SomeCB copy "A really really long sentence, and I mean really really super DUPER long!"
864
864
```
865
865
866
866
Note: Although copying to a temporary clipboard that doesn't start with a number is impossible using the conventional method of adding it to the end of the action, this alternative method is completely supported and works great.
0 commit comments