From b3018bb392bea4add1798a236937c20ad9c8101d Mon Sep 17 00:00:00 2001 From: nisemono-neko <148933960+nisemono-neko@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:27:03 +1000 Subject: [PATCH] Fix typos --- docs/source/int_introduction.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/int_introduction.rst b/docs/source/int_introduction.rst index d4c99188..ca344eb8 100644 --- a/docs/source/int_introduction.rst +++ b/docs/source/int_introduction.rst @@ -10,7 +10,7 @@ Key Features At its core, novelWriter is a multi-document plain text editor. It uses a markup syntax inspired by Markdown_ to apply simple formatting to the text. It is designed for writing fiction, so the formatting features available are limited to those relevant for this purpose. It is *not* suitable -for technical writing, and it is *not* a full-feature Markdown editor. +for technical writing, and it is *not* a full-featured Markdown editor. Your novel project is organised as a collection of separate plain text documents instead of a single, large document. The idea here is to make it easier to reorganise your project structure @@ -32,11 +32,11 @@ Below are some key features of novelWriter. formatting text. Formatting is therefore limited to a small set of formatting tags for simple things like text emphasis and paragraph alignment. When you really want to focus on just writing, you can switch the editor into :guilabel:`Focus Mode` where only the text editor panel - itself is vissible, and the project structure view is hidden away. + itself is visible, and the project structure view is hidden away. **Keep an eye on your notes** The main window can optionally show a document viewer to the right of the editor. This view - panel is intended for displaying another scene document, you character notes, plot notes, or any + panel is intended for displaying another scene document, your character notes, plot notes, or any other document you may need to reference while writing. It is not intended as a preview panel for the document you're editing, but if you wish, you can also use it for this purpose.