Skip to content

Commit

Permalink
Navigation: Fix typo in navigation history function call (#68623)
Browse files Browse the repository at this point in the history
Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent 1284a26 commit 0c42f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function useDeleteNavigationMenu() {
type: 'snackbar',
}
);
history.navivate( '/navigation' );
history.navigate( '/navigation' );
} catch ( error ) {
createErrorNotice(
sprintf(
Expand Down

0 comments on commit 0c42f22

Please sign in to comment.