diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-11 22:34:22 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-12 07:19:12 +0100 |
commit | abe9969968c47e5ff4b85468fa8ef32377b4e086 (patch) | |
tree | a55eb6fa63143b73d474e7a682070a93f674b112 /source | |
parent | d29732c1b544fa75cb12a30c8feff3109dddc1f8 (diff) |
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>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/dev_tools.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |