Skip to content

Fix typo in code example of css-parser-algorithms #3276

Fix typo in code example of css-parser-algorithms

Fix typo in code example of css-parser-algorithms #3276

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
defaults:
run:
shell: bash
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"