Skip to content

Commit

Permalink
Removed colons from findJS() example comments ↞ [auto-sync from `ad…
Browse files Browse the repository at this point in the history
…amlui/js-utils`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Apr 21, 2024
1 parent 0d24dd9 commit c6e71c2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion node.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Searches for all unminified JavaScript files within the `searchDir` string passe
Options are boolean, passed as object properties. For example:

```js
// Search for unminified JS files in exactly assets/js:
// Search for unminified JS files in exactly assets/js
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Searches for all unminified JavaScript files within the `searchDir` string passe
Options are boolean, passed as object properties. For example:

```js
// Search for unminified JS files in exactly assets/js:
// Search for unminified JS files in exactly assets/js
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/bn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ minifyJS.minify(input, { dotFiles: true });
বিকল্পগুলি হল বুলিয়ান, অবজেক্টের বৈশিষ্ট্য হিসাবে পাস করা হয়েছে৷ উদাহরণ স্বরূপ:

```js
// অবিন্যস্ত জাভাস্ক্রিপ্ট ফাইলের জন্য ঠিক assets/js-এ অনুসন্ধান করুন:
// অবিন্যস্ত জাভাস্ক্রিপ্ট ফাইলের জন্য ঠিক assets/js-এ অনুসন্ধান করুন
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Sucht nach allen nicht minimierten JavaScript-Dateien innerhalb der übergebenen
Optionen sind boolesche Werte und werden als Objekteigenschaften übergeben. Zum Beispiel:

```js
// Suche nach nicht minimierten JS-Dateien genau in assets/js:
// Suche nach nicht minimierten JS-Dateien genau in assets/js
const suchergEbnisse = minifyJS.findJS('assets/js', { recursive: false });
console.log(suchergEbnisse);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/hi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ minifyJS.minify(input, { dotFiles: true });
विकल्प बूलियन हैं, ऑब्जेक्ट गुणों के रूप में पारित किए गए हैं। उदाहरण के लिए:

```js
// बिल्कुल assets/js में असंबद्ध जावास्क्रिप्ट फ़ाइलों की खोज करें:
// बिल्कुल assets/js में असंबद्ध जावास्क्रिप्ट फ़ाइलों की खोज करें
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/mr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ minifyJS.minify(input, { dotFiles: true });
पर्याय बुलियन आहेत, ऑब्जेक्ट गुणधर्म म्हणून पास केले जातात. उदाहरणार्थ:

```js
// नेमक्या `मालमत्ता/js` मध्ये अनमिनिफाइड JavaScript फायली शोधा:
// नेमक्या `मालमत्ता/js` मध्ये अनमिनिफाइड JavaScript फायली शोधा
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/pa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ minifyJS.minify(input, { dotFiles: true });
ਵਿਕਲਪ ਬੂਲੀਅਨ ਹਨ, ਆਬਜੈਕਟ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਵਜੋਂ ਪਾਸ ਕੀਤੇ ਗਏ ਹਨ। ਉਦਾਹਰਣ ਲਈ:

```js
// ਬਿਲਕੁਲ assets/js ਵਿੱਚ ਅਣਮਿੱਥੇ ਜਾਵਾ ਸਕ੍ਰਿਪਟ ਫਾਈਲਾਂ ਦੀ ਖੋਜ ਕਰੋ:
// ਬਿਲਕੁਲ assets/js ਵਿੱਚ ਅਣਮਿੱਥੇ ਜਾਵਾ ਸਕ੍ਰਿਪਟ ਫਾਈਲਾਂ ਦੀ ਖੋਜ ਕਰੋ
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ minifyJS.minify(input, { dotFiles: true });
选项是布尔值,作为对象属性传递。 例如:

```js
// 在 assets/js 中搜索未缩小的 JavaScript 文件
// 在 assets/js 中搜索未缩小的 JavaScript 文件
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down
2 changes: 1 addition & 1 deletion node.js/docs/zh-tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ minifyJS.minify(input, { dotFiles: true });
選項是布林值,作為物件屬性傳遞。 例如:

```js
// 在 assets/js 中搜尋未縮小的 JavaScript 檔案
// 在 assets/js 中搜尋未縮小的 JavaScript 檔案
const searchResults = minifyJS.findJS('assets/js', { recursive: false });
console.log(searchResults);

Expand Down

0 comments on commit c6e71c2

Please sign in to comment.