From f375d9b3fa0dcb8db6df80dc8425ca7d8b4fdd69 Mon Sep 17 00:00:00 2001 From: SpontanCombust Date: Sat, 15 Jun 2024 21:26:12 +0200 Subject: [PATCH] fix typos --- docs/index.md | 2 +- editors/vscode/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6d88cdd6..6a7dcd23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Home -***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension. +***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is an unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension. WIDE includes an implementation of [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for the WitcherScript language - a proprietary scripting language used by award winning game Witcher 3 Wild Hunt created by CD Projekt RED. diff --git a/editors/vscode/README.md b/editors/vscode/README.md index ad274698..eb6c125b 100644 --- a/editors/vscode/README.md +++ b/editors/vscode/README.md @@ -1,6 +1,6 @@ # WIDE - WitcherScript IDE -***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension. +***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is an unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension. This extension provides support for Witcher 3's scripting language WitcherScript.