Skip to content

Commit f48725d

Browse files
authored
Merge pull request #22 from akankshadharkar/fix/update-documentation
Fix documentation errors
2 parents 1f07b00 + 0df7b40 commit f48725d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/templates/role-core-team.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { pageTitle } from 'ember-page-title';
3939
<tr>
4040
<th>Core Team</th>
4141
<th>Project/Topics</th>
42-
<th>Github Team</th>
42+
<th>GitHub Team</th>
4343
</tr>
4444
</thead>
4545
<tbody>

app/templates/stages/accepted.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import RfcCard from '../../components/rfc-card';
55
<h1>Accepted</h1>
66
<p>The
77
<a href="/stages#accepted">Accepted stage</a>
8-
is a phase where we need to start builing the implementation of the RFCs.
8+
is a phase where we need to start building the implementation of the RFCs.
99
See the list of accepted RFCs below.</p>
1010
<div class="rfc-grid">
1111
{{#each @model as |rfc|}}

app/templates/stages/index.gjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { pageTitle } from 'ember-page-title';
1111
and changes to enter the framework. RFCs can be created by
1212
<strong>any member</strong>
1313
of the community.</p>
14-
<p>When an RFC is created and implemented it goes through six stages,
14+
<p>When an RFC is created and implemented, it goes through six stages,
1515
proposed, exploring, accepted, ready-for-release, released and
1616
recommended. There are two statuses for when RFCs don't move forward,
1717
discontinued and closed.
@@ -80,15 +80,15 @@ import { pageTitle } from 'ember-page-title';
8080
<p>Proposed RFCs are opened as pull requests to the RFC repository.
8181
Anybody may create an RFC. The format should follow the templates in the
8282
RFC repository.</p>
83-
<p>An RFC's number is the number of it's original proposal PR.</p>
83+
<p>An RFC's number is the number of its original proposal PR.</p>
8484
<p>From "Proposed" an RFC may move to Exploring, or Closed stages. To move
8585
to Closed an FCP is required as in the existing process. A "Proposed"
8686
RFC may be moved to "Exploring" by consensus of the relevant team(s)
8787
without an FCP. See Exploring.</p>
8888
<h2 id="exploring">Exploring</h2>
8989

90-
<p>An Exploring RFC is one the Ember team believes should be pursued, but
91-
the RFC may still need some more work, discussion, answers to open
90+
<p>An Exploring RFC is one that the Ember team believes should be pursued,
91+
but the RFC may still need some more work, discussion, answers to open
9292
questions, and/or a champion before it can move to the next stage.</p>
9393

9494
<p>An RFC is moved into Exploring with consensus of the relevant teams.
@@ -150,7 +150,7 @@ import { pageTitle } from 'ember-page-title';
150150
about code. Some examples include Roadmap RFCs, changes to the RFC
151151
process itself, and changes to learning resources. When such an RFC is a
152152
candidate for Released, the work should be shipped as described, and the
153-
result should presented to the team with the intent of gathering
153+
result should be presented to the team with the intent of gathering
154154
feedback about whether anything is missing. If there is agreement that
155155
the work is complete, the RFC may be marked "Released" and a date is
156156
provided instead of a version.</p>
@@ -215,7 +215,7 @@ import { pageTitle } from 'ember-page-title';
215215
<a href="#accepted">Accepted</a>
216216
</li>
217217
<li>
218-
<a href="#read-for-release">Ready for Release</a>
218+
<a href="#ready-for-release">Ready for Release</a>
219219
</li>
220220
<li>
221221
<a href="#released">Released</a>

0 commit comments

Comments
 (0)