Skip to content

Commit

Permalink
Change wording a little
Browse files Browse the repository at this point in the history
  • Loading branch information
focus-editor committed Apr 10, 2024
1 parent 0f29cd9 commit c3122b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h6 class="side-title">Documentation</h6>
<nav class="side-nav">
<a class="side-nav-item" href="#installation">Installation</a>
<a class="side-nav-item" href="#global-config">Global Configuration</a>
<a class="side-nav-item" href="#global-config">Global Config</a>
<a class="side-nav-item" href="#projects">Projects</a>
<a class="side-nav-item" href="#faq">FAQ</a>
</nav>
Expand All @@ -35,7 +35,7 @@ <h2 class="display-7" id="installation">Installation</h2>
<p>
<a href="https://github.com/focus-editor/focus/releases" target="_blank">Download the executable</a> for your target platform and put it in any directory you like.
<br /><br />
Launch the executable. Once launched, it will generate its configuration files.
Launch the executable. Once launched, it will generate its config files.
<ul>
<li>On Windows, it will create a <code>global.focus-config</code> file and a <code>projects</code> and <code>temp</code> folders next to itself (therefore, the directory must be writable).</li>
<li>On macOS, these files will be found in <code>/Users/YOURNAME/Library/Application Support/dev.focus-editor/</code>.</li>
Expand All @@ -47,7 +47,7 @@ <h2 class="display-7" id="installation">Installation</h2>
</p>
<br />
<!-- ======== EDITOR CONFIGURATION ======== -->
<h2 class="display-7" id="global-config">Global Configuration</h2>
<h2 class="display-7" id="global-config">Global Config</h2>
<p>
The editor is configured using a simple text file called <code>global.focus-config</code>, which you can quickly open by opening the Command Palette
(<span class="key">Alt</span>-<span class="key">X</span> by default) and selecting <code>Open Global Config</code>.
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h1 class="display-1">Focus Editor<sup style="font-size: 18px; position: relative; top: -40px; color: #79919d;"> beta</sup></h1>
<br />
<p class="lead">A simple editor whose goal is to stand out of your way and let you do work.</p>
<p class="lead">It's designed for people who value simplicity, are sensitive to input latency and do not require heavy language support in their editor.</p>
<p class="lead">It's designed for people who value simplicity, are sensitive to input latency, and do not require heavy language support in their editor.</p>
<br />
<br />
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
Expand Down Expand Up @@ -135,7 +135,7 @@ <h1 class="display-6">Easy to configure</h1>
<h1 class="display-6">Development and Community</h1>
<br />
<p class="lead">
Focus is open-source, and currently in active development.
Focus is open-source and currently in active development.
Focus is written the Jai programming language developed by <a href="https://en.wikipedia.org/wiki/Jonathan_Blow">Jonathan Blow</a>.
</p>
<p class="lead">
Expand Down

0 comments on commit c3122b3

Please sign in to comment.