Skip to content

Commit f990b6a

Browse files
authored
Merge pull request #521 from bonham000/patch-5
Update configuration.md
2 parents 5f645ce + 79bd9a6 commit f990b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/concepts/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Because it's a standard Node.js CommonJS module, you **can do the following**:
1313
* use utilities on npm via `require(...)`
1414
* use JavaScript control flow expressions i. e. the `?:` operator
1515
* use constants or variables for often used values
16-
* write and execute function to generate a part of the configuration
16+
* write and execute functions to generate a part of the configuration
1717

1818
Use these features when appropriate.
1919

@@ -153,7 +153,7 @@ export class NgCliWebpackConfig {
153153

154154
## Using JSX
155155

156-
In the example below JSX (React JavaScript Markup) and Babel to create a JSON Configuration that webpack can understand. (Courtesy of [Jason Miller](https://twitter.com/_developit))
156+
In the example below JSX (React JavaScript Markup) and Babel are used to create a JSON Configuration that webpack can understand. (Courtesy of [Jason Miller](https://twitter.com/_developit))
157157

158158
```javascript
159159
import h from 'jsxobj';

0 commit comments

Comments
 (0)