diff --git a/docs/theodolite-benchmarks/load-generator.md b/docs/theodolite-benchmarks/load-generator.md
index 7c2925b581b2d57ce90eae108c70f39a90df0161..6d42ea06d9cb008a9aeddcc8145a2868c8d916b1 100644
--- a/docs/theodolite-benchmarks/load-generator.md
+++ b/docs/theodolite-benchmarks/load-generator.md
@@ -7,10 +7,10 @@ nav_order: 1
 
 # Load Generator Framework
 
-Theodolite's benchmarks come with a flexible load generator framework. It is used to create load on the [4 Theodolite benchmarks](#prebuild-container-images), but can also be applied to create [custom load generators](#creating-a-custom-load-generator).
+Theodolite's benchmarks come with a flexible load generator framework. It is used to create load on the [4 Theodolite benchmarks](#prebuilt-container-images), but can also be applied to create [custom load generators](#creating-a-custom-load-generator).
 It is particularly designed for scalability: Just spin up multiple instances of the load generator and the instances automatically divide the load to be generated among themselves.
 
-## Prebuild container images
+## Prebuilt container images
 
 For each benchmark, we provide a [load generator as OCI container image](https://github.com/orgs/cau-se/packages?tab=packages&q=workload-generator). These load generators simulate smart power meters in an industrial facility, which generate measurement records at a fixed rate. Records are published to an Apache Kafka topic (default) or sent as POST requests to an HTTP endpoint.
 
@@ -38,7 +38,7 @@ If the load generator is configured to send records as HTTP POST requests, recor
 
 ### Configuration
 
-The prebuild container images can be configured with the following environment variables:
+The prebuilt container images can be configured with the following environment variables:
 
 | Environment Variable | Description | Default |
 |:----|:----|:----|
@@ -84,4 +84,4 @@ Alternatively, you can also start with a load generator populated with a default
 ```java
 LoadGenerator loadGeneratorFromDefaults = LoadGenerator.fromDefaults()
 LoadGenerator loadGeneratorFromEnv = LoadGenerator.fromEnvironment();
-```
\ No newline at end of file
+```