Skip to content

Commit f0ad69f

Browse files
authored
1 parent cdba688 commit f0ad69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/phet-software-design-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Very important pattern for new developers
7272

7373
## `options` and `config` Parameters
7474

75-
TODO This section needs some work. The pattern is probably "configurtion" for parameterizing types, which we use to avoid an explosion of constructor parameters. `config` and `options` are the two patterns that PhET typically uses.
75+
TODO This section needs some work. The pattern is probably "configurtion" for parameterizing types, which we use to avoid an explosion of constructor parameters. `config` and `options` are the two implementation of that pattern that PhET typically uses.
7676

7777
Use `_.extend` to overwrite defaults to options for a type like:
7878
```js

0 commit comments

Comments
 (0)