Skip to content

Commit f667312

Browse files
authored
Merge pull request #18 from efx/nitpick-typo
fix a few typos
2 parents 9231377 + ad93c8a commit f667312

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Handlebars support is still experimental in Prettier! So, between Prettier upgra
5757

5858
Are you're using bare strings in your templates? If you're unsure, you can lint your templates against [this rule](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-bare-strings.md).
5959

60-
If you do so, you implicitely relie on your templates whitespaces. As such, you most probably want to wait before using this package. Indeed, whitespaces / newlines handling is still not 100% settled in Prettier.
60+
If you do so, you implicitly rely on your templates whitespaces. As such, you most probably want to wait before using this package. Indeed, whitespaces / newlines handling is still not 100% settled in Prettier.
6161

6262
## Tips
6363

@@ -76,9 +76,9 @@ You may want to define these two scripts in your package.json:
7676

7777
## Examples
7878

79-
[Here is an early example](https://github.com/dcyriller/client/pull/1) of usage in [emberoberver](https://emberobserver.com/) source code. As you can see, it's illustrating the whitespaces / newlines issue with bare strings.
79+
[Here is an early example](https://github.com/dcyriller/client/pull/1) of usage in [emberobserver](https://emberobserver.com/) source code. As you can see, it's illustrating the whitespaces / newlines issue with bare strings.
8080

81-
[Here is an other early example](https://github.com/dcyriller/ember-osf-web/pull/1) of usage in [ember-osf-web](https://github.com/CenterForOpenScience/ember-osf-web).
81+
[Here is another early example](https://github.com/dcyriller/ember-osf-web/pull/1) of usage in [ember-osf-web](https://github.com/CenterForOpenScience/ember-osf-web).
8282

8383
## Credits
8484

0 commit comments

Comments
 (0)