Skip to content

Commit

Permalink
docs(readme): Quick typo fix (jcornaz#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragoneq authored Jul 9, 2021
1 parent 0e6b649 commit 3699075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn spawn(mut commands: Commands) {
// Attach a collision shape
.insert(CollisionShape::Sphere { radius: 10.0 })
// Optionally add other useful copmonents...
// Optionally add other useful components...
.insert(Velocity::from_linear(Vec3::X * 2.0))
.insert(Acceleration::from_linear(Vec3::X * 1.0))
.insert(PhysicMaterial { friction: 1.0, density: 10.0, ..Default::default() })
Expand Down

0 comments on commit 3699075

Please sign in to comment.