]> Untitled Git - lemmy-ui.git/commitdiff
Fix typo in post-listing.tsx (#1181)
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Mon, 12 Jun 2023 14:05:36 +0000 (23:05 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 14:05:36 +0000 (10:05 -0400)
recieve -> receive

src/shared/components/post/post-listing.tsx

index 5ba531320f9880f075ce73c99a6159a4ad27f404..e5117425378ac86f8b04d1c19487eb58255d39eb 100644 (file)
@@ -1421,7 +1421,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 });
   }