Skip to content

Commit cb0eb1e

Browse files
Spelling corrections
1 parent eabc62a commit cb0eb1e

14 files changed

Lines changed: 41 additions & 29 deletions

cspell.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
3+
"ignoreWords": [
4+
"userfrosting",
5+
"errlop"
6+
]
7+
}

docs/api/gulp-bundle-assets.bundleorchastrator._constructor_.md renamed to docs/api/gulp-bundle-assets.bundleorchestrator._constructor_.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
22

3-
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchastrator](./gulp-bundle-assets.bundleorchastrator.md) &gt; [(constructor)](./gulp-bundle-assets.bundleorchastrator._constructor_.md)
3+
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchestrator](./gulp-bundle-assets.bundleorchestrator.md) &gt; [(constructor)](./gulp-bundle-assets.bundleorchestrator._constructor_.md)
44

5-
## BundleOrchastrator.(constructor)
5+
## BundleOrchestrator.(constructor)
66

7-
Constructs a new instance of the `BundleOrchastrator` class
7+
Constructs a new instance of the `BundleOrchestrator` class
88

99
<b>Signature:</b>
1010

docs/api/gulp-bundle-assets.bundleorchastrator._flush.md renamed to docs/api/gulp-bundle-assets.bundleorchestrator._flush.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
22

3-
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchastrator](./gulp-bundle-assets.bundleorchastrator.md) &gt; [\_flush](./gulp-bundle-assets.bundleorchastrator._flush.md)
3+
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchestrator](./gulp-bundle-assets.bundleorchestrator.md) &gt; [\_flush](./gulp-bundle-assets.bundleorchestrator._flush.md)
44

5-
## BundleOrchastrator.\_flush() method
5+
## BundleOrchestrator.\_flush() method
66

77
<b>Signature:</b>
88

docs/api/gulp-bundle-assets.bundleorchastrator._transform.md renamed to docs/api/gulp-bundle-assets.bundleorchestrator._transform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
22

3-
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchastrator](./gulp-bundle-assets.bundleorchastrator.md) &gt; [\_transform](./gulp-bundle-assets.bundleorchastrator._transform.md)
3+
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchestrator](./gulp-bundle-assets.bundleorchestrator.md) &gt; [\_transform](./gulp-bundle-assets.bundleorchestrator._transform.md)
44

5-
## BundleOrchastrator.\_transform() method
5+
## BundleOrchestrator.\_transform() method
66

77
Collects copies of applicable files to later bundle.
88

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
22

3-
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchastrator](./gulp-bundle-assets.bundleorchastrator.md)
3+
[Home](./index.md) &gt; [@userfrosting/gulp-bundle-assets](./gulp-bundle-assets.md) &gt; [BundleOrchestrator](./gulp-bundle-assets.bundleorchestrator.md)
44

5-
## BundleOrchastrator class
5+
## BundleOrchestrator class
66

7-
Orchastrates bundling.
7+
Orchestrates bundling.
88

99
<b>Signature:</b>
1010

1111
```typescript
12-
export declare class BundleOrchastrator extends Transform
12+
export declare class BundleOrchestrator extends Transform
1313
```
1414
1515
## Constructors
1616
1717
| Constructor | Modifiers | Description |
1818
| --- | --- | --- |
19-
| [(constructor)(config, joiner, resultsCallback)](./gulp-bundle-assets.bundleorchastrator._constructor_.md) | | Constructs a new instance of the <code>BundleOrchastrator</code> class |
19+
| [(constructor)(config, joiner, resultsCallback)](./gulp-bundle-assets.bundleorchestrator._constructor_.md) | | Constructs a new instance of the <code>BundleOrchestrator</code> class |
2020
2121
## Methods
2222
2323
| Method | Modifiers | Description |
2424
| --- | --- | --- |
25-
| [\_flush(callback)](./gulp-bundle-assets.bundleorchastrator._flush.md) | | |
26-
| [\_transform(chunk, encoding, callback)](./gulp-bundle-assets.bundleorchastrator._transform.md) | | Collects copies of applicable files to later bundle. |
25+
| [\_flush(callback)](./gulp-bundle-assets.bundleorchestrator._flush.md) | | |
26+
| [\_transform(chunk, encoding, callback)](./gulp-bundle-assets.bundleorchestrator._transform.md) | | Collects copies of applicable files to later bundle. |
2727

docs/api/gulp-bundle-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| Class | Description |
1010
| --- | --- |
11-
| [BundleOrchastrator](./gulp-bundle-assets.bundleorchastrator.md) | Orchastrates bundling. |
11+
| [BundleOrchestrator](./gulp-bundle-assets.bundleorchestrator.md) | Orchestrates bundling. |
1212

1313
## Enumerations
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@userfrosting/gulp-bundle-assets",
33
"version": "4.0.0-rc.1",
4-
"description": "Orchastrates JS and CSS bundle creation in an efficient and configurable manner.",
4+
"description": "Orchestrates JS and CSS bundle creation in an efficient and configurable manner.",
55
"funding": "https://opencollective.com/userfrosting",
66
"type": "commonjs",
77
"main": "./dist/index.js",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test, { ExecutionContext } from "ava";
2-
import { BundleOrchastrator, ResultsCallback } from "./bundle-orchastrator.js";
2+
import { BundleOrchestrator, ResultsCallback } from "./bundle-orchestrator.js";
33
import intoStream from "into-stream";
44
import getStream from "get-stream";
55
import { Readable, Stream } from "stream";
@@ -84,7 +84,7 @@ interface IBundleBuilderFlags {
8484
* @param flags Flags used to modify returned bundler.
8585
*/
8686
function buildBundler(t: ExecutionContext, flags: IBundleBuilderFlags = {}) {
87-
return new BundleOrchastrator(
87+
return new BundleOrchestrator(
8888
{
8989
cwd: flags.explicitCwd
9090
? process.cwd()
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ async function handleVinylChunk(
9898
}
9999

100100
/**
101-
* Orchastrates bundling.
101+
* Orchestrates bundling.
102102
* @public
103103
*/
104-
export class BundleOrchastrator extends Transform {
104+
export class BundleOrchestrator extends Transform {
105105

106106
private scriptBundles: Set<Bundle> = new Set();
107107

src/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class Bundle {
9595
const orderedFiles: Vinyl[] = [];
9696
for (const path of this.initialPaths) {
9797
const file = this.files.get(path);
98-
/* istanbul ignore else map.get can testnically be undefined */
98+
/* istanbul ignore else map.get can technically be undefined */
9999
if (file) orderedFiles.push(file);
100100
else throw new Error("Unexpected condition, previously tracked file is undefined");
101101
}

0 commit comments

Comments
 (0)