]> Untitled Git - lemmy-ui.git/commitdiff
Merge branch 'main' into fix-button-click-area
authorSleeplessOne1917 <abias1122@gmail.com>
Mon, 12 Jun 2023 14:33:28 +0000 (14:33 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 14:33:28 +0000 (14:33 +0000)
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 });
   }