Fix typos. (#40899)

* Fix typos.

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Caleb Mazalevskis 2024-02-22 15:10:00 +08:00 committed by GitHub
parent be4a36579a
commit 097811fb93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -608,7 +608,7 @@ const getPlugins = async () => {
);
};
/** Special callback that is used to trigger a navigation event if the user uses the browser's back or foward buttons */
/** Special callback that is used to trigger a navigation event if the user uses the browser's back or forward buttons */
const browserPopstateHandler = () => ( sendBack: Sender< AnyEventObject > ) => {
const popstateHandler = () => {
sendBack( 'EXTERNAL_URL_UPDATE' );
@ -1204,7 +1204,7 @@ export const coreProfilerStateMachineDefinition = createMachine( {
},
},
// Although we don't need to wait 3 seconds for the following states
// We will dispaly 20% and 80% progress for 1.5 seconds each
// We will display 20% and 80% progress for 1.5 seconds each
// for the sake of user experience.
progress20: {
entry: assign( {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Just fixes some typos in some code comments, unlikely to affect anything or be seen anywhere other than by those reading through the code, so I don't think this really warrants a changelog entry, but your call. :-)