From 1e4a57f21207fb07a22a42308644385d9847552f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 18 Dec 2024 21:51:54 +0000 Subject: [PATCH] chore: npm run fmt --- caddy/README.md | 3 +-- node/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/caddy/README.md b/caddy/README.md index c6264fd68..a50142234 100644 --- a/caddy/README.md +++ b/caddy/README.md @@ -1181,8 +1181,7 @@ To prevent search engine and browser confusion - _DO NOT_ prevent crawling via `robots.txt` \ (counter-intuitive, but pages _must_ be crawled for links to _NOT_ be indexed) - _all_ domains using public TLS certs _will_ be indexed by default \ - (they are all linked to and crawled from various Certificate Transparency - reports) + (they are all linked to and crawled from various Certificate Transparency reports) - follow these guidelines even if the dev sites use HTTP Basic Auth ```Caddyfile diff --git a/node/README.md b/node/README.md index e65278221..7851c963f 100644 --- a/node/README.md +++ b/node/README.md @@ -66,8 +66,7 @@ To run them manually on your code; jhint -c ./.jshintrc *.js */*.js ``` - fixjson \ - (turns JavaScript Objects with comments, trailing commas, etc into actual - json) + (turns JavaScript Objects with comments, trailing commas, etc into actual json) ```sh fixjson -i 2 -w ./package.json ```