Skip to content

Commit

Permalink
Fix typo (#6999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau authored Sep 30, 2024
1 parent f4568fe commit 9b85f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/Physics2Behavior/JsExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ module.exports = {
.setIncludeFile('Extensions/Physics2Behavior/physics2runtimebehavior.js')
.addIncludeFile('Extensions/Physics2Behavior/Box2D_v2.3.1_min.wasm.js')
.addRequiredFile('Extensions/Physics2Behavior/Box2D_v2.3.1_min.wasm.wasm')
.setOpenFullEditorLabel(_('Edit shape and avanced settings'));
.setOpenFullEditorLabel(_('Edit shape and advanced settings'));

// Global
aut
Expand Down

0 comments on commit 9b85f35

Please sign in to comment.