Skip to content

Commit e764a27

Browse files
authored
Update forums-and-FIPs.md
spelling corrections
1 parent 2a22b73 commit e764a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basics/project-and-community/forums-and-FIPs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ For long-lived discussions and for support, please use the [discussion tab on Gi
1818

1919
### Filecoin improvement proposals
2020

21-
Filecoin improvement proposals (FIPs) are design documents that propose changes and improvements to the Filecoin network, giving detailed specifications and their rational, and allowing the community to document their consensus or dissent. All technial FIPs that are accepted are later reflected in the [Filecoin Spec](https://spec.filecoin.io/).
21+
Filecoin improvement proposals (FIPs) are design documents that propose changes and improvements to the Filecoin network, giving detailed specifications and their rational, and allowing the community to document their consensus or dissent. All technical FIPs that are accepted are later reflected in the [Filecoin Spec](https://spec.filecoin.io/).
2222

2323
There are three types of FIPs:
2424
* Technical FIPs (FTP): protocol changes, standards, API changes. They can include core (consensus-related changes, networking (network protocol improvements, interface (API/RPC or language-level updates), or can be informational (updates to general guidelines or documentation).
2525
* Organizational FIPs (FOP): changes to processes, tools, or governance.
2626
* Recovery FIPs (FRP): emergency fixes requiring state changes (e.g., major bugs).
2727

28-
Typically, the FIP lifecylce looks something like this:
28+
Typically, the FIP lifecycle looks something like this:
2929

3030
[ WIP ] -> [ DRAFT ] -> [ LAST CALL ] -> [ ACCEPTED ] -> [ FINAL ]
3131

32-
1. WIP: A community member has an idea for a FIP, and begins discussing the idea publicly on the Filecoin Dicord, in the [Filecoin Slack channel for discussing FIPs](https://filecoinproject.slack.com/archives/C01EU76LPCJ), or in Github issues for the relevant repo.
32+
1. WIP: A community member has an idea for a FIP, and begins discussing the idea publicly on the Filecoin Discord, in the [Filecoin Slack channel for discussing FIPs](https://filecoinproject.slack.com/archives/C01EU76LPCJ), or in Github issues for the relevant repo.
3333
2. DRAFT: If there is a chance the FIP could be adopted, the author submits a draft for the FIP as a pull request in the [FIPs repo](https://github.com/filecoin-project/FIPs).
3434
3. LAST CALL: This status allows the community to submit final changes to the draft.
3535
4. ACCEPTED: Once the FIP is voted on and accepted, the core engineers will work to implement it.

0 commit comments

Comments
 (0)