From d165a1583eae40ca03f3a7c036a7db4f8230436e Mon Sep 17 00:00:00 2001 From: Ariana Giroux Date: Thu, 21 May 2020 01:51:24 -0600 Subject: [PATCH] Update & Fix grammar throughout docs files Applies many small changes throughout the documentation files, aimed at readability. --- CONTRIBUTING.md | 6 +++--- README.md | 2 +- docs/CSS-Speech-Tutorial.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5824437..cfc1509 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,11 @@ # Contributing -You can contributed code or register "issues" to Haskell Stylist by contacting +You can submit contributed code or register "issues" to Haskell Stylist by contacting me (Adrian Cochrane) via [mastodon](https://floss.social) or [email](mailto:opensource@openwork.nz). Or you can sign up for an account on the NZ OSS GitLab. Any issues you report will be described in a markdown file within the ISSUES folder. -To contribute code, you may either sending me: +To contribute code, you may either send me: * A link to your online fork from which you want me to `git pull`. * git patch files, as documented at https://git-send-email.io/ @@ -14,6 +14,6 @@ To contribute code, you may either sending me: * Create a UI for filling in webforms. * Implement HTTP(S) caching. * Add support for new network protocols. -* Anything listed under the `ISSUES` folder, especially it's `help-wanted` subdirectories. +* Anything listed under the `ISSUES` folder, especially if it's `help-wanted` subdirectories. Feel free to ask me if you have any questions. diff --git a/README.md b/README.md index a8b21eb..a7c5684 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Web browser targetting voice I/O. See CONTRIBUTING.md for instructions on how to help the project. ## Desired Experience -Rhapsode will read a webpage outloud to you according to some special CSS properties. +Rhapsode will read a webpage out loud to you according to some special CSS properties. Arrow key navigation will be supported for navigation between headings, paragraphs, and table cells. diff --git a/docs/CSS-Speech-Tutorial.md b/docs/CSS-Speech-Tutorial.md index 1488b2c..310e4e0 100644 --- a/docs/CSS-Speech-Tutorial.md +++ b/docs/CSS-Speech-Tutorial.md @@ -16,7 +16,7 @@ aloud. ## The Voice You can use the `voice-family` attribute to select a voice either by age/gender/variant -or by it's name. Just like font-family this'll make a big difference to the look +or by it's name. Just like font-family this'll make a big difference to the "look" of your page. ## Speaking Style @@ -25,7 +25,7 @@ and stress. Doing so helps people pay attention, especially if it reinforces the meaning of your text. ### Keywords & Offsets -All the speaking style properties provides keywords you can use instead of a +All the speaking style properties provide keywords you can use instead of a number. In which case write a number after a keyword to represent an offset from that keyword. @@ -51,7 +51,7 @@ browsers, namely: Though more may be added in the future. -However unlike visual browsers you can apply the `content` property the element +However unlike visual browsers you can apply the `content` property to the element itself to replace it's own children. --- -- 2.30.2