Skip to content

Commit dff69e9

Browse files
committed
clean up
1 parent eb639a1 commit dff69e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/the-ember-times-issue-197.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags:
1515
Ember Annual Community Survey is here 🙋‍♀️,
1616
First-Class Component Templates RFC is merged 🎉,
1717
Official TypeScript Support in Ember RFC is merged 🥳,
18-
TypeScript Adoption Plan RFC is open 📓.
18+
TypeScript Adoption Plan RFC is open 📓,
1919
Add Ember Cookbook RFC is in FCP ⌛️,
2020
State of Frontend calls for you ❓,
2121
Ember 4.2 Released 🔥,
@@ -33,7 +33,7 @@ It’s that time of year again 😀, the **annual official 2022 Ember Community
3333

3434
Last year over 1000 people participated in the survey. As always, your participation is invaluable so please do consider participating.
3535

36-
Go ahead and fill out the [survey here now](https://emberjs.com/survey/2022/). 🔥🔥🔥
36+
If you're ready, you can go ahead and fill out the [survey here now](https://emberjs.com/survey/2022/). 🔥🔥🔥
3737

3838
If you have any questions, feel free to email the survey team via survey@emberjs.com, or ping us in #dev-ember-learning on the [Discord chat](https://discordapp.com/invite/emberjs).
3939

@@ -74,7 +74,7 @@ This is a really exciting development for the support of TypeScript in Ember and
7474

7575
And that's not all, [Chris Krycho (@chriskrycho)](https://github.com/chriskrycho) has also opened the [TypeScript Adoption Plan RFC](https://github.com/emberjs/rfcs/pull/800) which offers a detailed implementation plan for officially supporting TypeScript in Ember (which is in follow up to the aforementioned Official TypeScript Support RFC and covers the overall philosophy for what official support means).
7676

77-
The RFC covers a lot, but a short list includes:
77+
The RFC covers a lot, but a short-list includes:
7878

7979
- the SemVer policies Ember packages should adopt
8080
- how we will migrate users from depending on the `@types` definitions on DefinitelyTyped to Ember packages
@@ -90,7 +90,7 @@ Please head on over to [the RFC](https://github.com/emberjs/rfcs/pull/800) and g
9090

9191
## [Add Ember Cookbook RFC is in FCP ⌛️](https://twitter.com/emberjs/status/1496897870762553346)
9292

93-
If you have not had the time to checkout the exciting [Add Ember Cookbook RFC](https://github.com/emberjs/rfcs/pull/786) by [Ketaki Deo (@ketakideo)](https://github.com/ketakideo), now is the time do so beacuse it's well into the FCP!
93+
If you have not had the time to checkout the exciting [Add Ember Cookbook RFC](https://github.com/emberjs/rfcs/pull/786) by [Ketaki Deo (@ketakideo)](https://github.com/ketakideo), now is the time do so because it's well into the FCP and time is running out!
9494

9595
The RFC proposes adding a cookbook section to our learning resources that will help Ember developers to learn maintainable, accessible patterns for common tasks.
9696

@@ -102,9 +102,9 @@ Read, comment, and discuss this proposal in the [RFC on Github](https://github.c
102102

103103
## [State of Frontend survey calls for you❓](https://tsh.io/state-of-frontend/)
104104

105-
The [State of Frontend 2022 survey](https://tsh.io/state-of-frontend/) hosted by [The Software House](https://tsh.io) is open. There is no known deadline. It actually takes the 8 minutes to fill in as they claim and you can select EmberJS from the options. So show the world some EmberJS representation and fill in the survey.
105+
The [State of Frontend 2022 survey](https://tsh.io/state-of-frontend/) hosted by [The Software House](https://tsh.io) is open. There is no known deadline. It actually takes 8 minutes to fill in as they claim and you can select EmberJS from the options. So show the world some EmberJS representation and fill in the survey.
106106

107-
The survey asks about the tools, processes and solutions you use, like your editor and libraries. It also asks for you opinion on the future of certain topics like accessibility and technical concepts. Their call to you is: “We want to hear as many voices of the frontend people as possible. Too much happened over the last two years, and we want to talk about it. **No matter how your frontend experience looks like, your voice is exactly what we’re looking for**.”
107+
The survey asks about the tools, processes and solutions you use, like your editor and libraries. It also asks for your opinion on the future of certain topics like accessibility and technical concepts. Their call to you is: “We want to hear as many voices of the frontend people as possible. Too much happened over the last two years, and we want to talk about it. **No matter how your frontend experience looks like, your voice is exactly what we’re looking for**.”
108108

109109
---
110110

@@ -116,7 +116,7 @@ In case you missed it, Ember 4.2 was released last week! There were several bug
116116

117117
## [Mocks with MSW Demo 🤖](https://twitter.com/nullvoxpopuli/status/1494427319552905216)
118118

119-
Been curious about how to test against a fake API? Are you looking for a new library to do this? And do want to use the network tab for debugging? And do you also want a straight forward way to define mock data that doesn't get shipped to customers?
119+
Been curious about how to test against a fake API? Are you looking for a new library to do this? And do want to use the network tab for debugging? And do you also want a straightforward way to define mock data that doesn't get shipped to customers?
120120

121121
[NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) created a nice demo of how to get started using the [Mock Service Worker (MSW)](https://mswjs.io/) library with Ember.
122122

@@ -131,7 +131,7 @@ There are two new awesome episodes of the Whiskey Web and Whatnot podcast featur
131131
<!--alex ignore of-course-->
132132
First, creators [Robert Wagner (@rwwagner90)](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape sit down with [Melanie Sumner (@melsumner)](https://github.com/melsumner) and they discuss work-life balance, Ember vs React, and of course #a11y! 💖 Check out the episode [here](https://www.whiskeywebandwhatnot.fm/work-life-balance-react-and-why-accessibility-is-everything-with-melanie-sumner/).
133133

134-
Next up is an episode with **both** [Chris Manson (@mansona)](https://github.com/mansona) and [Chris Thoburn (@runspired)](https://github.com/runspired) chat with Robbie and Chuck about how to best get contributors on opensource projects and how TypeScript fits into that process! Check out the episode [here](https://www.whiskeywebandwhatnot.fm/runspired-vs-chris-manson-on-solving-the-number-one-ember-issue/).
134+
Next up is an episode with **both** [Chris Manson (@mansona)](https://github.com/mansona) and [Chris Thoburn (@runspired)](https://github.com/runspired) chatting with Robbie and Chuck about how to best get contributors on opensource projects and how TypeScript fits into that process! Check out the episode [here](https://www.whiskeywebandwhatnot.fm/runspired-vs-chris-manson-on-solving-the-number-one-ember-issue/).
135135

136136
---
137137

@@ -148,15 +148,15 @@ If you did not have a chance to attend EmberFest 2021, and want to catch up on w
148148

149149
[Thomas Gossmann (@gossi)](https://github.com/gossi) recently released slides about Component Architecture from a recent talk at Ember Ignite!
150150

151-
The slides discuss the basics for component invocation and get into blocks, including named blocks, and yielded components as well. If you're looking for a nice overview on component architecture then [look no further](https://component-architecture-slides.netlify.app/).
151+
The slides discuss the basics for component invocation and get into blocks, including named blocks, and yielded components as well. If you're looking for a nice overview of component architecture then [look no further](https://component-architecture-slides.netlify.app/).
152152

153153
---
154154

155155
## [ember-eui releases 🚀](https://twitter.com/betocantu93/status/1500187028524343309)
156156

157-
[Beto Cantú (@betocantu93)](https://github.com/betocantu93) has released several new versions of `ember-eui` (elastic's ui styleguide for ember). The releases include support for staticComponents and splitAtRoutes from embroider, meaning "tree shaking" or not bundling unused code out of the box is now possible.
157+
[Beto Cantú (@betocantu93)](https://github.com/betocantu93) has released several new versions of `ember-eui` (elastic's ui styleguide for ember). The releases include support for `staticComponents` and `splitAtRoutes` from embroider, meaning "tree shaking" or not bundling unused code out of the box is now possible!
158158

159-
Go ahead and check out [the latest releaes](https://github.com/prysmex/ember-eui/releases)!
159+
Go ahead and check out [the latest releases](https://github.com/prysmex/ember-eui/releases)!
160160

161161
---
162162

0 commit comments

Comments
 (0)