Fix typos detected by crate-ci/typos
This commit is contained in:
parent
df67917768
commit
57400e9687
71 changed files with 133 additions and 133 deletions
|
@ -1485,7 +1485,7 @@ impl Pane {
|
|||
.child(
|
||||
div()
|
||||
.min_w_6()
|
||||
// HACK: This empty child is currently necessary to force the drop traget to appear
|
||||
// HACK: This empty child is currently necessary to force the drop target to appear
|
||||
// despite us setting a min width above.
|
||||
.child("")
|
||||
.h_full()
|
||||
|
|
|
@ -2617,7 +2617,7 @@ impl Workspace {
|
|||
|
||||
// If the item belongs to a particular project, then it should
|
||||
// only be included if this project is shared, and the follower
|
||||
// is in thie project.
|
||||
// is in the project.
|
||||
//
|
||||
// Some items, like channel notes, do not belong to a particular
|
||||
// project, so they should be included regardless of whether the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue