Skip to content

Commit

Permalink
Fix small typo in example name (bevyengine#5217)
Browse files Browse the repository at this point in the history
**This Commit**
Renames "Scale Factor Iverride" to
"Scale Factor Override".

**Why?**
I imagine the current name is a typo.
  • Loading branch information
mlodato517 authored and inodentry committed Aug 8, 2022
1 parent 5d90b60 commit f2c0e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ name = "scale_factor_override"
path = "examples/window/scale_factor_override.rs"

[package.metadata.example.scale_factor_override]
name = "Scale Factor Iverride"
name = "Scale Factor Override"
description = "Illustrates how to customize the default window settings"
category = "Window"
wasm = true
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Example | Description
[Clear Color](../examples/window/clear_color.rs) | Creates a solid color window
[Low Power](../examples/window/low_power.rs) | Demonstrates settings to reduce power use for bevy applications
[Multiple Windows](../examples/window/multiple_windows.rs) | Demonstrates creating multiple windows, and rendering to them
[Scale Factor Iverride](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
[Scale Factor Override](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
[Transparent Window](../examples/window/transparent_window.rs) | Illustrates making the window transparent and hiding the window decoration
[Window Settings](../examples/window/window_settings.rs) | Demonstrates customizing default window settings

Expand Down

0 comments on commit f2c0e22

Please sign in to comment.