]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post/post-listing.tsx
Merge branch 'main' into fix-button-click-area
[lemmy-ui.git] / src / shared / components / post / post-listing.tsx
index 5a271943e6d82d414e8b1cfd4f2fc674b42a57a0..7eb289c81d1704399e24002dba78d64997e1118d 100644 (file)
@@ -1419,7 +1419,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
     this.setState({ showEdit: false });
   }
 
-  // The actual editing is done in the recieve for post
+  // The actual editing is done in the receive for post
   handleEditPost() {
     this.setState({ showEdit: false });
   }