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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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