Skip to content

fix typo in resources.md #318

fix typo in resources.md

fix typo in resources.md #318

Workflow file for this run

name: spell
on:
push:
branches:
- main
paths:
- '**.md'
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Spelling
uses: UnicornGlobal/spellcheck-github-actions@master