Skip to content

Commit ed2dc9c

Browse files
committed
fixed a typo in the readme
added THX's to v0.10.0
1 parent 8175083 commit ed2dc9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ PL-node-v0.10.0
77
- ADD: Added a new comment organism, the sticky comment, to ship an example of pattern parameters
88
- CHG: Start some JS linting of the project. I don't quite agree with a lot of it, so am trying to set some smart configurations
99
- CHG: Wrapped some build messages in the patternlab.config.debug flag
10-
- FIX: Allow users to set a base url path. Resolves #125 ([)testing in the while requested)
10+
- FIX: Allow users to set a base url path. Resolves #125 (testing in the wild requested)
11+
- THX: Thanks @scottnath for the proposed base url solution and @jkbyln for discussion on the topic too!
1112

1213
PL-node-v0.9.1
1314
- FIX: Fixed an issue with view all navigation not checking for index out of bounds cases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Pattern states should be lowercase and use hyphens where spaces are present.
7474
```
7575

7676
##### Pattern Parameters
77-
attern parameters are a simple mechanism for replacing Mustache variables via attributes on a pattern partial tag rather than having to use a pattern-specific json file. They are especially useful when you want to supply distinct values for Mustache variables in a specific pattern partial instance that may be included multiple times in a molecule, template, or page.
77+
Pattern parameters are a simple mechanism for replacing Mustache variables via attributes on a pattern partial tag rather than having to use a pattern-specific json file. They are especially useful when you want to supply distinct values for Mustache variables in a specific pattern partial instance that may be included multiple times in a molecule, template, or page.
7878

7979
The basic syntax is this:
8080

0 commit comments

Comments
 (0)