Skip to content

Commit

Permalink
fix a typo (#15672)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlKeiser authored Oct 3, 2024
1 parent 9f9c73c commit 0e5869f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class ParticleSystemPropertyGridComponent extends React.Component<IPartic
}}
/>
)}
{system.isStopping() && <TextLineComponent label="System is stoppping..." ignoreValue={true} />}
{system.isStopping() && <TextLineComponent label="System is stopping..." ignoreValue={true} />}
</>
);
}
Expand Down

0 comments on commit 0e5869f

Please sign in to comment.