Skip to content

Commit bb44f82

Browse files
committed
fix typos
1 parent cdc3ac7 commit bb44f82

9 files changed

Lines changed: 32 additions & 30 deletions

File tree

.github/workflows/check-syntax.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
steps:
1010

1111
- name: Checkout this repository
12-
uses: actions/checkout@v4.1.4
12+
uses: actions/checkout@v6.0.1
1313

1414
- name: Download .vale.ini
1515
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/.vale.ini -O .vale.ini
1616

1717
- name: Create the folders
1818
run: |
19-
mkdir -p styles && mkdir -p styles/Custom && mkdir -p styles/Vocab && mkdir -p styles/Vocab/base
19+
mkdir -p styles && mkdir -p styles/Custom && mkdir -p styles/config && mkdir -p styles/config/vocabularies && mkdir -p styles/config/vocabularies/base
2020
2121
- name: Download Custom Style ignore.txt
2222
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/styles/Custom/ignore.txt -O styles/Custom/ignore.txt
@@ -28,13 +28,14 @@ jobs:
2828
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/styles/Custom/substitutions.yml -O styles/Custom/substitutions.yml
2929

3030
- name: Download base Vocab accept.txt
31-
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/styles/Vocab/base/accept.txt -O styles/Vocab/base/accept.txt
31+
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/styles/config/vocabularies/base/accept.txt -O styles/config/vocabularies/base/accept.txt
3232

33+
# Not using errata-ai/vale-action since it's never failing on errors: https://github.com/errata-ai/vale-action/issues/103
3334
- name: Install Vale
3435
run: |
35-
wget https://github.com/errata-ai/vale/releases/download/v2.30.0/vale_2.30.0_Linux_64-bit.tar.gz -O vale.tar.gz
36+
wget https://github.com/errata-ai/vale/releases/download/v3.13.0/vale_3.13.0_Linux_64-bit.tar.gz -O vale.tar.gz
3637
tar -xvzf vale.tar.gz vale
3738
rm vale.tar.gz
3839
3940
- name: Validate the syntax
40-
run: ./vale --config=.vale.ini *.md
41+
run: ./vale --config=.vale.ini --glob="**/*.md" .

content/writing/blog-posts/blog-posts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Writing a blog post can be intimidating at first, but it's easier than you think
44

55
## Step 1 - Identify a topic
66

7-
To get started with writing on the blog post, first, you need to identify a suitable topic, the topic can be pretty general for a start and could range from general topics relating to technologies in Mindee, Mindee specific topics, problem-solving topics etc. For example
7+
To get started with writing on the blog post, first, you need to identify a suitable topic, the topic can be pretty general for a start and could range from general topics relating to technologies in Mindee, Mindee specific topics, problem-solving topics, etc. For example
88

99
- How to automatically add Payslips to Google Sheets using Mindee.
1010
- How to Convert Paper Documents into Database Records (with Examples).
@@ -13,21 +13,21 @@ If you're having trouble coming up with topic ideas, a good topic brainstorming
1313

1414
## Step 2 - Create the outline
1515

16-
Organize your content in an outline by creating a table of content and breaking your ideas into sections. Also, add a concluding paragraph at the end of your article. For example
16+
Organize your content in an outline by creating a table of contents and breaking your ideas into sections. Also, add a concluding paragraph at the end of your article. For example
1717

1818
- Introduction
1919
- What is Mindee
2020
- Who uses Mindee
2121
- How can Mindee improve workflow
2222
- Conclusion
2323

24-
You’ll also need a feature image: the main image which represent the topic, or in cases where it's difficult, something related to embelish the article. The image will be used on the front page, and as the hero image on your blog post. The size needs to be around 2:1 (twice larger than the height) to fit our WordPress template. You need to have the right to use the image in a commercial setup. Here's [some places](../../../resources/misc.md#pictures--images) where you can find free and commercialy usuable images.
24+
You’ll also need a feature image: the main image which represents the topic, or in cases where it's difficult, something related to embellish the article. The image will be used on the front page, and as the hero image on your blog post. The size needs to be around 2:1 (twice larger than the height) to fit our WordPress template. You need to have the right to use the image in a commercial setup. Here are [some places](../../../resources/misc.md#pictures--images) where you can find free and commercially usable images.
2525

2626
## Step 3 - Write the Introduction
2727

2828
Write an intro (and make it captivating). Describe the goal of your article and how it will answer an issue that the reader may be having. This will entice the reader to keep reading by demonstrating how the content will benefit them at work and improve efficiency.
2929

30-
To do that, please create a Google Doc in the [blog folder](https://drive.google.com/drive/u/2/folders/1syUDM_hb-mmX39nYLopTgQlvRLYpGpRh) on Google Drive (if you don't have access, let Fred knows). You can now use Markdown to write in Google Doc by activating it once by checking the `Automatically detect Markdown` in the `Tools -> Preferences` menu on the `General` tab. Unfortunately it does not support inline code or code block, so to format your code, just format your code using the `Roboto Mono` font.
30+
To do that, please create a Google Doc in the [blog folder](https://drive.google.com/drive/u/2/folders/1syUDM_hb-mmX39nYLopTgQlvRLYpGpRh) on Google Drive (if you don't have access, let Fred knows). You can now use Markdown to write in Google Doc by activating it once by checking the `Automatically detect Markdown` in the `Tools -> Preferences` menu on the `General` tab. Unfortunately, it does not support inline code or code blocks, so to format your code, just format your code using the `Roboto Mono` font.
3131

3232
## Step 4 - Complete the Article
3333

@@ -37,7 +37,7 @@ We are looking forward to this and are excited to read what you write!!!
3737

3838
### Step 5 - Review of your Article with the Developer Relations' Team
3939

40-
Once ready, please notify Fred on Slack. The process will go as follow:
40+
Once ready, please notify Fred on Slack. The process will go as follows:
4141

4242
1. Favour will review your article as soon as possible, making suggestions and adding comments if needed.
4343
2. Once it's done, she will notify you and you will need to review her suggestions (accept or refuse text changes) and comments. This back and forth between you and Favour will go as long as all suggestions and comments are resolved.
@@ -49,9 +49,9 @@ If you have any questions, or need help, feel free to add a comment in the docum
4949

5050
## Step 6 - Publication
5151

52-
Once the review process is complete, your article is ready to be published. Keep in mind that it does not mean it will be done right away. We are trying to schedule publications in a regular schedule and not overwhelme our community with too many publications in the same week. At that stage, Favour will convert your article from Google Docs to our WordPress blog. She will ensure that everything is ready for us to publish when the time will be.
52+
Once the review process is complete, your article is ready to be published. Keep in mind that it does not mean it will be done right away. We are trying to schedule publications in a regular schedule and not overwhelm our community with too many publications in the same week. At that stage, Favour will convert your article from Google Docs to our WordPress blog. She will ensure that everything is ready for us to publish when the time right.
5353

54-
The day of the publication, we will share your content on multiples places:
54+
The day of the publication, we will share your content on multiple places:
5555

5656
- On our internal Slack, in the #shakespeare channel;
5757
- In our community Slack, in the #general channel;

content/writing/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Not sure how and why, but sometimes the `Page History` will display the wrong na
7171

7272
README.io doesn't provide automatic redirection when page `slug` changes. If you do, you need to manually add a redirection rule in the Error Page.
7373

74-
### Suggest Additionnal Edits
74+
### Suggest Additional Edits
7575

7676
In the case of a back and forth between the person who suggested some documentation edit, and one of the reviewer, please limit these interactions to once or twice. If there are too many back and forth, README.io just stop working and prevent us from merging the changes. README.io isn't built for that: see [Large Suggest Edits section](#large-suggest-edits) for more details.
7777

content/writing/markdown.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here is an example of how you can write a callout:
2828
```markdown
2929
> 📘 **Info**
3030
>
31-
> Vitae reprehenderit at aliquid error voluptates eum dignissimos.
31+
> This is an example of a callout.
3232
```
3333

3434
### Types
@@ -38,19 +38,19 @@ There are four different types of callouts we use: `success`, `info`, `warning`,
3838
<!-- markdownlint-disable MD028 -->
3939
> 👍 **Success**
4040
>
41-
> Vitae reprehenderit at aliquid error voluptates eum dignissimos.
41+
> This is an example of a callout.
4242
4343
> 📘 **Info**
4444
>
45-
> Vitae reprehenderit at aliquid error voluptates eum dignissimos.
45+
> This is an example of a callout.
4646
4747
> 🚧 **Warning**
4848
>
49-
> Vitae reprehenderit at aliquid error voluptates eum dignissimos.
49+
> This is an example of a callout.
5050
5151
> **Error**
5252
>
53-
> Vitae reprehenderit at aliquid error voluptates eum dignissimos.
53+
> This is an example of a callout.
5454
<!-- markdownlint-restore -->
5555
5656
## Code Block
@@ -87,7 +87,7 @@ Write in such a way that someone could totally understand without needing images
8787
- **Bad**: picture of a monkey
8888
- **Good**: a monkey eating a banana
8989

90-
2. For screenshot, focus on what we want to show on the image, not everything, for example: a screenshoot of the signup page where we want the user to see which checkbox to check could be something like _“the terms and services checkbox under the password textfield_.
90+
2. For screenshot, focus on what we want to show on the image, not everything, for example: a screenshot of the signup page where we want the user to see which checkbox to check could be something like _“the terms and services checkbox under the password text field_.
9191
3. For diagram or anything with data, a quick summary, like a caption, with something that points to a summary of the data: not all details, but enough for someone to understand.
9292
<!-- markdownlint-restore -->
9393

@@ -135,7 +135,7 @@ The second way is more easy to manage when you have to reorder your list, but to
135135

136136
## Table of Content
137137

138-
Some Markdown parser will gebnerate a table of content (toc) automatically for you (i.e GitHub), but you should always write them manually. There is no guarantee that your content will be viewed with a tool that will do the same.
138+
Some Markdown parser will generate a table of content (toc) automatically for you (i.e GitHub), but you should always write them manually. There is no guarantee that your content will be viewed with a tool that will do the same.
139139

140140
## Misc
141141

jobs/career/technical-writer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ At this point, one is helping others be the best that they can be, removing them
5454
- Develops proven systems and approaches to technical writing. Replicates those systems and approaches across the team so that others may learn from and improve on them.
5555
- Mentors and actively drives the technical skills of the immediate or extended team.
5656
- Anticipates issues or implications that their ideas would have on others, and pursues mutually beneficial strategies.
57-
- Anticipates the needs of those around them. Is respectful in terms of async hygiene, exhibiting care that their teammates can get in touch with them or knows their status during working hours. Fills out process docs without having to be asked.
57+
- Anticipates the needs of those around them. Is respectful in terms of asynchronous hygiene, exhibiting care that their teammates can get in touch with them or knows their status during working hours. Fills out process docs without having to be asked.
5858
- Works to refine team processes to ensure everyone can be as productive as possible and build cohesion within the team.
5959
- Considers team morale one of their initiatives- actively strives to support others, make sure their voices are heard, and illuminate others’ work.
6060

jobs/interviews/technical-writer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Nothing is set in stone. No voice & tone document. No detailed process. We are a startup.
99
- What I'm looking for is someone eager to learn, who have a high attention to details (links in your resume, some links or spaces/break lines missing in your articles...), and can be somewhat autonomous.
1010
- What is your process to write about a technology you don't know yet?
11-
- How do you come up with the topics yourwant to write about on your blog?
11+
- How do you come up with the topics you want to write about on your blog?
1212
- Did you read our documentation? What would you improve?
1313
- If there's a new feature coming out soon that you don't have time to finish documenting, is it better to publish no docs or partial docs? Why?
1414
- Imagine that, by some miracle, there's nothing in the queue. No releases, no projects. What do you do?

resources/devrel.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Some resources to help Developer Relations do their job
6262

6363
- [Devrel Collective](https://devrelcollective.fun): for advocates, evangelists and community managers
6464
- [devrelX](https://www.devrelx.com/community): learning & training, data & resources, contribute and connect with peers and industry leaders.
65-
- [Flyless Dev](https://discord.com/invite/FWauQ9Vj): weekly meetup, presentations and community. DevRel without the airmiles.
6665

6766
### Product Centric
6867

@@ -147,7 +146,7 @@ Never underestimate the power of having a cute company or product related mascot
147146
- DigitalOcean: [Sammy](https://www.digitalocean.com/blog/sammy-the-shark-gets-a-birthday-makeover-from-simon-oxley) the shark
148147
- Go: [Gopher](https://go.dev/blog/gopher)
149148
- HootSuite: [Owly](https://www.refinariadesign.com.br/manuais/HOOTSUITE/brandbook-manual-de-identidade-hootsuite-2014.pdf) the owl
150-
- Linux: [Tux](https://en.wikipedia.org/wiki/Tux_(mascot)) the pinguin
149+
- Linux: [Tux](https://en.wikipedia.org/wiki/Tux_(mascot)) the penguin
151150
- Mozilla: [a dinosaur](https://en.wikipedia.org/wiki/Mozilla_(mascot))
152151
- mParticle: [Higgs](https://www.mparticle.com/blog/meet-higgs) the capybara
153152
- npm: [Wombat](https://www.redbubble.com/shop/npm+wombat)

resources/misc.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ Some resources to help on different levels
6565

6666
### France
6767

68+
<!-- vale off -->
6869
- [SIRET (France)—Système d'identification du répertoire des établissements](https://github.com/vsambor/Random-Siret-Generator)
70+
<!-- vale on -->
6971

7072
### United States
7173

@@ -79,7 +81,7 @@ Some resources to help on different levels
7981
## Fonts
8082

8183
- [CDN | Fonts](https://www.cdnfonts.com): a CDN for fonts
82-
- [Font Repo](https://www.fontrepo.com): free `.TFF` fonts
84+
- [Font Repository](https://www.fontrepo.com): free `.TFF` fonts
8385
- [Font Squirrel](https://www.fontsquirrel.com): free for commercial use
8486

8587
## Licenses
@@ -99,7 +101,7 @@ Some resources to help on different levels
99101
- [Better Images of AI](https://betterimagesofai.org/images): better images than the unrealistic expectations and misstate capabilities of AI
100102
- [Noun Project](https://thenounproject.com): icons & photos for everything.
101103
- [Pexels](https://www.pexels.com): royalty free images & videos
102-
- [PNG Repo](https://www.pngrepo.com): 300.000+ PNG Icons and Graphics
104+
- [PNG Repository](https://www.pngrepo.com): 300.000+ PNG Icons and Graphics
103105
- [Unsplash](https://unsplash.com): free high-resolution photos
104106
- [WordPress Photo Directory](https://wordpress.org/photos/): [CC0 licensed](https://creativecommons.org/share-your-work/public-domain/cc0/) photos.
105107

@@ -156,7 +158,7 @@ Some resources to help on different levels
156158
- [Noun Project](https://thenounproject.com): icons & photos for everything.
157159
- [Seek Logo](https://seeklogo.com): 400.000+ vector brand logos and logo templates
158160
- [SVP Porn](https://svgporn.com): a huge collection of SVG logos
159-
- [SVG Repo](https://www.svgrepo.com): 300.000+ SVG vectors and icons available for commercial use
161+
- [SVG Repository](https://www.svgrepo.com): 300.000+ SVG vectors and icons available for commercial use
160162

161163
## Writing Collaborative Tools
162164

scripts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add 10 blank pages to all PDF in the specific folder
1212

1313
## [convert-heic.sh](convert-heic.sh)
1414

15-
Convert `.heic` (Apple propriatery version of the **H**igh-**E**fficiency **I**mage **F**ile format) to `.jpg` in batch
15+
Convert `.heic` (Apple proprietary version of the High Efficiency Image File format) to `.jpg` in batch
1616

1717
## [create-all-doc-issues.sh](create-all-doc-issues.sh)
1818

@@ -28,13 +28,13 @@ Delete PDFs with wrong MIME type in the specified folder.
2828

2929
## [deleteSendGridBounce.sh](deleteSendGridBounce.sh)
3030

31-
Delete the boucing emails from our Newsletter contact list on SendGrid.
31+
Delete the bouncing emails from our Newsletter contact list on SendGrid.
3232

3333
## [fake-data.rb](fake-data.rb)
3434

3535
A small Ruby app that generate some fake data:
3636

37-
- France Bank Informations
37+
- France Bank Information
3838
- Account Number
3939
- IBAN
4040
- Routing Number

0 commit comments

Comments
 (0)