@@ -28,11 +28,11 @@ All SEPs have individuals fulfilling the following roles:
2828- ** Active** - A SEP ready to be adopted, and the proposal is a living document
2929 and may still receive changes. The author intends the SEP in its current form
3030 to be actively adopted. Changes can be made without changing the SEP number,
31- although in the interest of growing an ecosystem of interopable participants
32- the author should endeavor to make changes backwards compatible so that
33- participants who have already adopted the SEP can continue to participate.
34- Where changes cannot be backwards compatible, the major version should be
35- updated to clearly distinguish new incompatible versions.
31+ although in the interest of growing an ecosystem of interoperable
32+ participants the author should endeavor to make changes backwards compatible
33+ so that participants who have already adopted the SEP can continue to
34+ participate. Where changes cannot be backwards compatible, the major version
35+ should be updated to clearly distinguish new incompatible versions.
3636- ** Final** - A SEP ready to be adopted, and the proposal is an immutable
3737 document and will no longer receive changes, other than minor errata. The
3838 author intends to make no further changes. Adopters can expect significant
@@ -123,7 +123,7 @@ intended to be a more dynamic way of introducing standards and protocols
123123utilized in the ecosystem that are built on top of the Stellar network. It uses
124124a lightweight process.
125125
126- A SEPs author is responsible for a proposals adoption. Other ecosystem
126+ A SEP's author is responsible for a proposal's adoption. Other ecosystem
127127participants, including SDF, may encourage adoption of a proposal, but authors
128128should expect each proposal to stand on its own merits and authors and
129129maintainers should plan to drive adoption themselves.
@@ -261,13 +261,13 @@ After at least one week in FCP:
261261
262262## SEP Versioning
263263
264- SEPs may stay in ` Draft ` status for an extended period of time. They are are
264+ SEPs may stay in ` Draft ` status for an extended period of time. They are
265265assigned versions so that the ecosystem can communicate about which version
266266they are implementing or discussing. SEPs use [ semantic versioning] in the form
267267` vMAJOR.MINOR.PATCH ` to determine an appropriate version for each change.
268268
269269During draft a SEP should have a major version of ` 0 ` to indicate that anything
270- in the SEP may change at anytime . Once a SEP moves to Active it should be
270+ in the SEP may change at any time . Once a SEP moves to Active it should be
271271changed to ` v1.0.0 ` and the rules of semantic versioning apply.
272272
273273All changes to a SEP should be accompanied by an update to its version, no
0 commit comments