From 31cbbc23df1cf46a42291aef874bdda3c022a480 Mon Sep 17 00:00:00 2001 From: Stefan Pfaffel Date: Mon, 30 Jan 2023 19:56:09 +0100 Subject: [PATCH] chore: fix typo --- docs/api-overview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-overview/README.md b/docs/api-overview/README.md index 9adbd7d..24e3dc5 100644 --- a/docs/api-overview/README.md +++ b/docs/api-overview/README.md @@ -5,7 +5,7 @@ Our API let's you interact with your queues, listeners, and messages. This page The API is exposed as an HTTP/1 and HTTP/2 service over TLS. All endpoints live under the URL `https://api.discue.io`. ## Organizations -Organizations group a set of resources and access to these resources. You can create multiple organizations for different departments, users groups, or, i.e., stages. +Organizations group a set of resources and access to these resources. You can create multiple organizations for different departments, users groups, or, e.g., stages. Each organization's name must be unique and follow the [Reverse domain name](https://en.wikipedia.org/wiki/Reverse_domain_name_notation) notation.