Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keipes authored and Rainrider committed Nov 16, 2023
1 parent 053954a commit 8bc305c
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 @@ -36,7 +36,7 @@ local LibPlayerSpells = LibStub('LibPlayerSpells-1.0')

You can then obtain information about a given spell with GetSpellInfo:
```
local flags, providers, modifiedSpells[, moreFlags] = LibPlayerSpells:GetSpellinfo(spellId)
local flags, providers, modifiedSpells[, moreFlags] = LibPlayerSpells:GetSpellInfo(spellId)
```
Where:

Expand Down

0 comments on commit 8bc305c

Please sign in to comment.