From 98996811e30261f71edcd841762ffa371c48aaf3 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 9 Jun 2022 11:04:07 +0200 Subject: [PATCH] Fix typos in documentation --- MANUAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index 4ca87b3..30ddff2 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -99,7 +99,7 @@ docker run --rm -p 80:80 -p 443:443 offen/consent:latest ### Configuration -Configuring the `consent` server can happen in three different means, using the following precendence: +Configuring the `consent` server can happen in three different means, using the following precedence: 1. command line flags 1. environment variables 1. a configuration file in YAML format, specified by passing `-config` @@ -221,7 +221,7 @@ This defaults to `consent-iframe`. A client instance exposes three methods. All methods receive an arbitrary number of decision `scopes`. In case no arguments are given, the call assumes the operation is applicable to all scopes. -All methods return a Promise resolving with an object containg the user's consent decisions. +All methods return a Promise resolving with an object containing the user's consent decisions. #### `client.acquire(...scopes)`