Skip to content

Commit 7b9c900

Browse files
levno-710gitbook-bot
authored andcommitted
GitBook: [#27] No subject
1 parent e1e4099 commit 7b9c900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started/writing-a-custom-config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ As you can see, the only transformation that was applied to our Hello World exam
5151

5252
### How does the Config File work?
5353

54-
The config file is simply a lua file, that returns the configuration object. Please note that this lua file is sandboxed by Prometheus when loading the configuration, meaning that you can't use any predefined functions like `tostring` or the libraries like `math`.
54+
The config file is simply a lua file, that returns the configuration object. Please note that this lua file is sandboxed by Prometheus when loading the configuration, meaning that you can't use any predefined functions like `tostring` or libraries like `math`.
5555

5656
See [The Config Object](the-config-object.md) to learn what this configuration object consists of.

0 commit comments

Comments
 (0)