Skip to content

Commit 3022461

Browse files
committed
copy edits to readme
1 parent 22e02f6 commit 3022461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ _Configure your CodeQL workflows with a language matrix to simplify your code sc
88

99
## Welcome
1010

11-
In this course we will explore how you can configure CodeQL using configuration files. During this course, we will show you how to add a query pack to a CodeQL configuration file as well as configure your workflow to reference that configuration file.
11+
In this course we will explore how you can configure CodeQL using configuration files. During this course, we will show you how to add a query pack to a CodeQL configuration file, as well as configure your workflow to reference that configuration file.
1212

1313
- **Who is this for**: Developers, security engineers, open source maintainers.
14-
- **What you'll learn**: We'll show you how to configure your workflow to use a language matrix. We will also cover the autobuild action for compiled langauges. This will allow you to have a single code scanning workflow that covers all the languages in your repository.
14+
- **What you'll learn**: We'll show you how to configure your workflow to use a language matrix. We will also cover the autobuild action for compiled languages. This will allow you to have a single code scanning workflow that covers all the languages in your repository.
1515
- **What you'll build**: A secure software development pipeline that has been tuned to your project's specific needs.
16-
- **Prerequisites**: Knowledge of how the Context and expressions work in workflows. You can learn more about this in the [GitHub Actions documentation](https://docs.github.com/en/actions).
16+
- **Prerequisites**: Knowledge of how the context and expressions work in workflows. You can learn more about this in the [GitHub Actions documentation](https://docs.github.com/en/actions).
1717
- **How long**: This course is 2 steps long and takes less than 30 minutes to complete.
1818

1919
## How to start this course

0 commit comments

Comments
 (0)