Skip to content

Commit f1b4036

Browse files
committed
Merge pull request emberjs#12583 from mcmar/patch-1
fixed typo
2 parents fb2ae6f + 4c546c2 commit f1b4036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-metal/lib/computed_macros.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function bool(dependentKey) {
196196
/**
197197
A computed property which matches the original value for the
198198
dependent property against a given RegExp, returning `true`
199-
if they values matches the RegExp and `false` if it does not.
199+
if the value matches the RegExp and `false` if it does not.
200200
201201
Example
202202

0 commit comments

Comments
 (0)