Skip to content

Commit 5cac188

Browse files
authored
Update profiles.md (#5795)
Fixed a small typo
1 parent 57ed232 commit 5cac188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ They all return a table of functions when you use `require` to load them. You ca
8989
### setup()
9090
The `setup` function is called once when the profile is loaded and must return a table of configurations. It's also where you can do other global setup, like loading data sources that are used during processing.
9191

92-
Note that processing of data is parallelized and several unconnected LUA interpreters will be running at the same time. The `setup` function will be called once for each. Each LUA iinterpreter will have its own set of globals.
92+
Note that processing of data is parallelized and several unconnected LUA interpreters will be running at the same time. The `setup` function will be called once for each. Each LUA interpreter will have its own set of globals.
9393

9494
The following global properties can be set under `properties` in the hash you return in the `setup` function:
9595

0 commit comments

Comments
 (0)