From 1ab846e3961839c78a50e0513c6e0ec22c6c54e7 Mon Sep 17 00:00:00 2001 From: Rei Colina Date: Thu, 15 Aug 2019 13:32:37 -0700 Subject: [PATCH 1/3] Fix README typo --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index 4bcb01f..14e77df 100644 --- a/example/README.md +++ b/example/README.md @@ -20,7 +20,7 @@ Assets are built using [`comply`](https://comply.strongdm.com), which can be ins # Publishing -The `output/` directory contains all generated assets. Links in the HTML dashboard a relative, and all dependencies are included via direct CDN references. The entire `output/` directory therefore may be uploaded to an S3 bucket or other static asset host without further modification. +The `output/` directory contains all generated assets. Links in the HTML dashboard are relative, and all dependencies are included via direct CDN references. The entire `output/` directory, therefore, may be uploaded to an S3 bucket or another static asset host without further modification. # Dashboard Status @@ -57,4 +57,4 @@ comply build # publish static site from output/ directory upload.sh output/ -``` \ No newline at end of file +``` From 9fc23274a5f5c304a72b429b61f84f1d10ba85b1 Mon Sep 17 00:00:00 2001 From: Rei Colina Date: Thu, 15 Aug 2019 13:34:06 -0700 Subject: [PATCH 2/3] Fix README typo --- themes/comply-blank/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/comply-blank/README.md b/themes/comply-blank/README.md index 4bcb01f..14e77df 100644 --- a/themes/comply-blank/README.md +++ b/themes/comply-blank/README.md @@ -20,7 +20,7 @@ Assets are built using [`comply`](https://comply.strongdm.com), which can be ins # Publishing -The `output/` directory contains all generated assets. Links in the HTML dashboard a relative, and all dependencies are included via direct CDN references. The entire `output/` directory therefore may be uploaded to an S3 bucket or other static asset host without further modification. +The `output/` directory contains all generated assets. Links in the HTML dashboard are relative, and all dependencies are included via direct CDN references. The entire `output/` directory, therefore, may be uploaded to an S3 bucket or another static asset host without further modification. # Dashboard Status @@ -57,4 +57,4 @@ comply build # publish static site from output/ directory upload.sh output/ -``` \ No newline at end of file +``` From bbbd125408c8862c08a04ea167bbb1e8e2857a04 Mon Sep 17 00:00:00 2001 From: Rei Colina Date: Thu, 15 Aug 2019 13:34:52 -0700 Subject: [PATCH 3/3] Fix README typo --- themes/comply-soc2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/comply-soc2/README.md b/themes/comply-soc2/README.md index 4bcb01f..14e77df 100644 --- a/themes/comply-soc2/README.md +++ b/themes/comply-soc2/README.md @@ -20,7 +20,7 @@ Assets are built using [`comply`](https://comply.strongdm.com), which can be ins # Publishing -The `output/` directory contains all generated assets. Links in the HTML dashboard a relative, and all dependencies are included via direct CDN references. The entire `output/` directory therefore may be uploaded to an S3 bucket or other static asset host without further modification. +The `output/` directory contains all generated assets. Links in the HTML dashboard are relative, and all dependencies are included via direct CDN references. The entire `output/` directory, therefore, may be uploaded to an S3 bucket or another static asset host without further modification. # Dashboard Status @@ -57,4 +57,4 @@ comply build # publish static site from output/ directory upload.sh output/ -``` \ No newline at end of file +```