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:
parent
be4a36579a
commit
097811fb93
|
@ -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( {
|
||||
|
|
|
@ -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. :-)
|
||||
|
Loading…
Reference in New Issue