From 8b407f7777cf8b88a75f09b87331f535315cf621 Mon Sep 17 00:00:00 2001 From: Shafiq Jetha <62298251+jethas-bennettjones@users.noreply.github.com> Date: Tue, 8 Sep 2020 11:10:51 -0600 Subject: [PATCH] Grammar fix (#405) --- examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples.md b/examples.md index 4e3f64a..c66eca6 100644 --- a/examples.md +++ b/examples.md @@ -19,12 +19,12 @@ - [PHP - Composer](#php---composer) - [Python - pip](#python---pip) - [Simple example](#simple-example) - - [Multiple OS's in a workflow](#multiple-oss-in-a-workflow) + - [Multiple OSes in a workflow](#multiple-oss-in-a-workflow) - [Using pip to get cache location](#using-pip-to-get-cache-location) - [Using a script to get cache location](#using-a-script-to-get-cache-location) - [R - renv](#r---renv) - [Simple example](#simple-example-1) - - [Multiple OS's in a workflow](#multiple-oss-in-a-workflow-1) + - [Multiple OSes in a workflow](#multiple-oss-in-a-workflow-1) - [Ruby - Bundler](#ruby---bundler) - [Rust - Cargo](#rust---cargo) - [Scala - SBT](#scala---sbt)