From 943987b96692470bd65bb3793b30cac36aeca27b Mon Sep 17 00:00:00 2001 From: RubensGitHub <44226748+RubensGitHub@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:40:03 +0100 Subject: [PATCH] Small typo fixes --- doc/plutus/explanations/pab.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plutus/explanations/pab.rst b/doc/plutus/explanations/pab.rst index ee5fc7be3d..cab5daa68a 100644 --- a/doc/plutus/explanations/pab.rst +++ b/doc/plutus/explanations/pab.rst @@ -52,7 +52,7 @@ The PAB subscribes to ledger state updates from the node, using a socket protoco Wallet ~~~~~~ -A Cardano wallet is required for balancing and signing transactions (and optionnaly submitting transactions). +A Cardano wallet is required for balancing and signing transactions (and optionally submitting transactions). Balancing means taking a partial transaction and adding inputs and outputs to make the transaction valid. Take `Marlowe `_ as an example. @@ -76,7 +76,7 @@ Deployment Scenarios There are two deployment models envisaged for the PAB: Hosted and in-browser. The hosted variant will be supported at the initial release of the PAB. -The in-browser variant wil be available after the initial release. +The in-browser variant will be available after the initial release. Hosted ~~~~~~