From b050624eeecbaff9a6975b96a43edeb5d3881fa4 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sun, 20 Aug 2023 21:36:03 +0200 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1abb1a..a88c200 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: test: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [ macos-latest, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout diff --git a/README.md b/README.md index 79abe30..1a48a10 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ Users of this software are expected to use this software responsibly while abidi Documentation ------------- -Read the [documenation](https://docs.facefusion.io) for a deep dive. +Read the [documentation](https://docs.facefusion.io) for a deep dive.