Skip to content

Commit 04d8b96

Browse files
committed
Grammar
1 parent 50ac00f commit 04d8b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
QCHECK_MSG_INTERVAL: '60'
2121

2222
steps:
23-
- name: Checkout code
23+
- name: Check out code
2424
uses: actions/checkout@v3
2525

26-
- name: Set-up OCaml
26+
- name: Set up OCaml
2727
uses: ocaml/setup-ocaml@v2
2828
with:
2929
ocaml-compiler: ${{ matrix.ocaml-compiler }}

0 commit comments

Comments
 (0)