Skip to content

Commit c0eceb8

Browse files
committed
fixed typos
1 parent 0e39372 commit c0eceb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

02-multiple-target-environments/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multiple Environments
22

3-
Some times our code must runon different target versions. GitHub Actions has a feature that is pretty handy for this kind of situations `matrix strategy`.
3+
Some times our code must run on different target versions. GitHub Actions has a feature that is pretty handy for this kind of situations `matrix strategy`.
44

55
> A `matrix strategy` lets you use variables in a single job definition to automatically create multiple job runs that are based on the combinations of the variables. For example, you can use a matrix strategy to test your code in multiple versions of a language or on multiple operating systems.
66

05-integration-tests/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ COPY ./knexfile.js ./knexfile.js
162162

163163
+COPY ./wait-for-it.sh ./wait-for-it.sh
164164

165-
RUN chmod +x wait-for-it.sh
165+
+RUN chmod +x wait-for-it.sh
166166

167167
RUN npm init -y
168168

0 commit comments

Comments
 (0)