Skip to content

Commit 72a6e4d

Browse files
Fix word too many
1 parent 2db7d2c commit 72a6e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/Trigger/library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Library
22

33
## Basic Information
4-
Library is one of the unique triggers, that doesn't get triggered by events in your server. A library acts can be included in other commands so you can use the code in it after calling `$includeLibrary[Library name]`.
4+
Library is one of the unique triggers, that doesn't get triggered by events in your server. A library can be included (referenced) in other commands so you can use the code in it after calling `$includeLibrary[Library name]`.
55

66
The goal of this trigger is simply sharing code, functions or objects across multiple custom commands (see the example below).
77

0 commit comments

Comments
 (0)