From 805045e610b6ed86df5b46fc6d6f3e06188eddcd Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Thu, 21 Dec 2023 09:46:10 +0530 Subject: [PATCH] docs: Fix grammar --- src/docs/goose-book/src/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/goose-book/src/glossary.md b/src/docs/goose-book/src/glossary.md index e8d3d2e4..745706a2 100644 --- a/src/docs/goose-book/src/glossary.md +++ b/src/docs/goose-book/src/glossary.md @@ -1,7 +1,7 @@ # Glossary ## GooseUser -A thread that repeatedly runs a single [**scenario**](./getting-started/metrics.html#scenarios) for the duration of the load test. For example, when Goose starts, you may use the [`--users`](./getting-started/common.html#how-many-users-to-simulate) command line option to configure how many GooseUser threads are started. There is not intended to be a 1:1 correlation between GooseUsers and real website users. +A thread that repeatedly runs a single [**scenario**](./getting-started/metrics.html#scenarios) for the duration of the load test. For example, when Goose starts, you may use the [`--users`](./getting-started/common.html#how-many-users-to-simulate) command line option to configure how many GooseUser threads are started. This is not intended to be a 1:1 correlation between GooseUsers and real website users. ## Request A single [**request**](./getting-started/metrics.html#requests) based around HTTP verbs.