Fix typo in custom trigger type example

This commit is contained in:
rubenwardy
2018-08-22 15:26:24 +01:00
committed by GitHub
parent 570fd3a206
commit b856aea54d

View File

@ -122,7 +122,7 @@ Here's an example.
```lua ```lua
awards.register_trigger("foo", { awards.register_trigger("foo", {
type = "counted", type = "custom",
progress = "@1/@2 foos", progress = "@1/@2 foos",
auto_description = { "Do a foo", "Foo @1 times" }, auto_description = { "Do a foo", "Foo @1 times" },
}) })