Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
predictiple committed Dec 9, 2024
1 parent 7a92e6c commit 3a9672c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/vql_reference/popular/format/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ returns:\

**2. Indexed argument interpolation**

Here the arguments are subtituted according to their positional index number
Here the arguments are substituted according to their positional index number
(1-indexed).

```vql
Expand All @@ -70,7 +70,7 @@ SELECT format(format='%[2]v %[1]v, or %[3]v %[2]v %[1]v.',
returns:\
`to be, or not to be.`

Note that the same agument can be used more than once.
Note that the same argument can be used more than once.

**3. Timestamp formatting**

Expand Down

0 comments on commit 3a9672c

Please sign in to comment.