From abe9969968c47e5ff4b85468fa8ef32377b4e086 Mon Sep 17 00:00:00 2001
From: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Tue, 11 Jan 2022 22:34:22 +0100
Subject: Fix typo

Thanks a lot to Valter Mura:
https://listarchives.libreoffice.org/global/l10n/2022/msg00005.html

Change-Id: I3416cd3e0da0426aa4ea074e8b9c8268dfd2b627
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128302
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
---
 source/text/shared/guide/dev_tools.xhp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source/text/shared/guide/dev_tools.xhp')

diff --git a/source/text/shared/guide/dev_tools.xhp b/source/text/shared/guide/dev_tools.xhp
index 680c349618..1b905c3f0f 100644
--- a/source/text/shared/guide/dev_tools.xhp
+++ b/source/text/shared/guide/dev_tools.xhp
@@ -52,7 +52,7 @@
   <paragraph role="paragraph" id="par_id3152821">When <emph>Development Tools</emph> is enabled, a dockable window is shown at the bottom of the screen. This window has two sections:</paragraph>
   <list type="unordered">
     <listitem>
-      <paragraph id="par_id31627862228021" role="listitem"><emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect.</paragraph>
+      <paragraph id="par_id31627862228021" role="listitem"><emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to choose the object to inspect.</paragraph>
     </listitem>
     <listitem>
       <paragraph id="par_id581627862228381" role="listitem"><emph>Object inspection panel:</emph> Displays the available services, methods, properties and interfaces of the selected object.</paragraph>
-- 
cgit