Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Aug 22, 2024
2 parents ada794d + 1eaa802 commit da43d83
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Check for spelling with vale

on:
pull_request:
branches:
- main

jobs:
vale:
name: Spelling
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4

- name: Vale
uses: ConsenSys/docs-gha/spelling@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion docs/configure/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ only open-source projects (not just the docs but also the originating source cod
If your project doesn't have any source code (general guidelines or tutorials), then it satisfies
the conditions as long as the docs are open source.

This page contains instructions for configuring Algolia for both open-source closed-sourc projects.
This page contains instructions for configuring Algolia for both open-source closed-source projects.

## For an open source codebase

Expand Down

0 comments on commit da43d83

Please sign in to comment.