spelling: toggle (#3749)

This commit is contained in:
Josh Soref
2020-05-26 14:12:20 -04:00
committed by GitHub
parent 85f7d19eb2
commit 30dff09d7e
14 changed files with 69 additions and 69 deletions

View File

@@ -146,7 +146,7 @@ Sample code from [`the example PowerToy`](/src/modules/example_powertoy/dllmain.
settings.set_video_link(L"https://www.youtube.com/watch?v=d3LHo2yXKoY&t=21462");
// Add a bool property with a toggle editor.
settings.add_bool_toogle(
settings.add_bool_toggle(
L"test_bool_toggle", // property name.
L"This is what a BoolToggle property looks like", // description or resource id of the localized string.
test_bool_prop // property value.