diff --git a/content/exams/github-administration.md b/content/exams/github-administration.md
index 36f6d09..07890a3 100644
--- a/content/exams/github-administration.md
+++ b/content/exams/github-administration.md
@@ -29,7 +29,7 @@
-Yes and it is a general pratice [to use them to reflect](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams#nested-teams) the current enterprise internal's organization.
+Yes and it is a general practice [to use them to reflect](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams#nested-teams) the current enterprise internal's organization.
show
@@ -68,12 +68,12 @@ ssh -p 122 admin@hostname -- 'ghe-support-bundle -o' > support-bundle.tgz
## Manage user identities and GitHub authentication
-### Can be GitHub synchronized with an identity provider ?
+### Can GitHub be synchronized with an identity provider ?
-Yes, for instance, Azure Active Directory but other like ADFS, Okta, OneLogin, etc
+Yes, for instance, Microsoft Entra ID (formerly Azure Active Directory) and others like ADFS, Okta, OneLogin, etc
show
@@ -113,7 +113,7 @@ Yes, for instance, Azure Active Directory but other like ADFS, Okta, OneLogin, e
@@ -123,7 +123,7 @@ Yes, for instance, Azure Active Directory but other like ADFS, Okta, OneLogin, e
@@ -139,7 +139,7 @@ Yes, for instance, Azure Active Directory but other like ADFS, Okta, OneLogin, e
## Describe how GitHub is deployed, distributed, and licensed
-### Can an enterprise contain several organizations ?
+### Can an enterprise contain several organizations ?
@@ -164,12 +164,12 @@ Yes for public repositories. For private repositories, you have free minutes of
-macOS. It cost 10 times (in terms of minute of compute) the price of a linux minute
+macOS. It cost 10 times (in terms of minute of compute) the price of a Linux minute
@@ -181,7 +181,7 @@ macOS. It cost 10 times (in terms of minute of compute) the price of a linux min
@@ -195,7 +195,7 @@ macOS. It cost 10 times (in terms of minute of compute) the price of a linux min
@@ -205,17 +205,17 @@ No, it covers Account, Security, and Abuse issues
-Yes. It is disabled by default but it's here and it contains already some built-in actions created by GitHub. It does NOT require acces to Internet to work because you can sync/download the Actions locally.
+Yes. It is disabled by default but it's here and it contains already some built-in actions created by GitHub. It does NOT require access to the Internet to work because you can sync/download the Actions locally.
@@ -227,7 +227,7 @@ yes
## Manage access and permissions based on membership
-### What are the two roles available at team level ?
+### What are the two roles available at the team level ?
@@ -238,7 +238,7 @@ yes
@@ -251,7 +251,7 @@ yes
@@ -313,12 +313,12 @@ One technique to help avoid the majority of this risk is to build and maintain *
-**No**. You can overwrite a commit but you must consider the data unsecure once it has been commited. If it's a secret/password, then you must renew it.
+**No**. You can overwrite a commit but you must consider the data unsecure once it has been committed. If it's a secret/password, then you must renew it.
@@ -343,7 +343,7 @@ You should use [CODEOWNERS](https://docs.github.com/en/repositories/managing-you
@@ -394,7 +394,7 @@ In the **Insights** tab and then **Dependency graph**.
@@ -403,7 +403,7 @@ In the **Insights** tab and then **Dependency graph**.
@@ -433,7 +433,7 @@ If you want to act **before** a commit, you must use pre-commit hook which allow
@@ -450,20 +450,20 @@ steps:
## Manage GitHub Actions
-### Which two files are mandatory when create a workflow template ?
+### Which two files are mandatory when creating a workflow template ?
- a workflow file with a yml extension (**my-workflow**.yml)
-- a propertires files with ".properties.json" extention (**my-workflow**.properties.json)
+- a properties files with ".properties.json" extension (**my-workflow**.properties.json)
Both files must have the same name.
@@ -479,7 +479,7 @@ on:
@@ -509,7 +509,7 @@ Yes, but they may not be the last version of them.
@@ -531,7 +531,7 @@ It's called a **workflow template**
@@ -543,7 +543,7 @@ runs-on: [self-hosted, linux, ARM64]
@@ -565,7 +565,7 @@ Yes.
@@ -577,7 +577,7 @@ docker push ghcr.io/OWNER/IMAGE_NAME:latest
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show
show