Skip to content

Commit 4b195ac

Browse files
committed
Fixed a typo.
1 parent 5aa1164 commit 4b195ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Writerside/topics/Embed-Management.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This feature is mainly enabled through the command [](embed.topic).
88
## Embed Format
99

1010
Most sub-commands of [](embed.topic) expect the embed-data to be passed as a json-string.
11-
This can either contain one object, or a json array of multiple object.
11+
This can either contain one object, or a json array of multiple objects.
1212
You can get an example of the format that is used by running the command [](embed-get.topic) and supplying the message
1313
link of a message with an embed. \
1414
The format that is expected in those arguments looks like this:
@@ -83,7 +83,7 @@ The format that is expected in those arguments looks like this:
8383
### URL format
8484

8585
Some fields in the embed can contain a URL. This URL is often a link to an image that should be used, but it can reference any possible url.
86-
These fields are checked before the embed is sent, and any of the URLs are not valid, an error will be shown.
86+
These fields are checked before the embed is sent, and if any of the URLs are not valid, an error will be shown.
8787
The URL must contain a valid protocol, meaning it must start with e.g. `http://` or `https://`.
8888

8989
### Message Link

0 commit comments

Comments
 (0)