From dade02d5bb575764e700b78686fa8a03cc0fe3c4 Mon Sep 17 00:00:00 2001 From: Alexandra Nikandrova Date: Sep 12 2023 19:41:57 +0000 Subject: doc: typo in basic_usage.md Reviewed-By: Antonio Torres --- diff --git a/doc/api/basic_usage.md b/doc/api/basic_usage.md index ace8c85..16bb09c 100644 --- a/doc/api/basic_usage.md +++ b/doc/api/basic_usage.md @@ -63,7 +63,7 @@ else: This will connect to LDAP directly if we are running our script in server, or use a RPC client if we are running it from a FreeIPA client. -After we have initialized the API and stablished a connection, we are ready to +After we have initialized the API and established a connection, we are ready to issue commands. ## Running commands @@ -278,4 +278,4 @@ for i in range(100): 'params' : [args, kw] }) ret = api.Command.batch(*batch_args) -``` \ No newline at end of file +```