From cf64f9d12a9c37de2b03b1083e9046bd49e2172d Mon Sep 17 00:00:00 2001 From: Sergei Shuvatov Date: Tue, 24 Aug 2021 09:27:43 +0300 Subject: [PATCH] Fix a typo in README.md file (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375bb03..0d65518 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ From the service's point of view a **ruleset id** is a path to OPA document that ## Things to keep in mind -* When upgrading service to a newer Erlang OTP release please be aware of potential breakages in `bouncer_audit_log` not strictly related to usual API deprecations and removals which is an essintial part of a release. That is because this module relies on some OTP libraries' interal implementation details. See module-level notes for additional details. +* When upgrading service to a newer Erlang OTP release please be aware of potential breakages in `bouncer_audit_log` not strictly related to usual API deprecations and removals which is an essintial part of a release. That is because this module relies on some OTP libraries' internal implementation details. See module-level notes for additional details.