]> gitweb.factorcode.org Git - factor.git/commitdiff
changed typo boostrapping to bootstrapping (#2901)
authorBhargav Shirin Nalamati <bnalamat@gitam.in>
Tue, 24 Oct 2023 13:50:11 +0000 (19:20 +0530)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 13:50:11 +0000 (21:50 +0800)
CONTRIBUTING.md

index edaefc480b04feea6a0a1bb4d658625fe55fe1ae..b18f58d3c494cab7562db29ba1bd4c9554c9e8b2 100644 (file)
@@ -22,7 +22,7 @@ If you have found a bug in the Factor distribution,
 - Do not submit features without creating a feature request first.
 - The repository is structured as follows:
   - `basis`: Vocabularies which are well-tested, well-documented, and have a wide variety of uses.
-  - `core`: The set of libraries which are most integral for compiling and boostrapping Factor. **Do not modify core unless it is absolutely necessary.** You will need to re-bootstrap to check your changes.
+  - `core`: The set of libraries which are most integral for compiling and bootstrapping Factor. **Do not modify core unless it is absolutely necessary.** You will need to re-bootstrap to check your changes.
   - `extra`: Vocabularies which are in beta. May be unstable or broken. This is where most contributions start.
   - `misc`: Code which is not written in Factor, but holds significance to Factor users. Some editor-specific plugins reside here.
   - `vm`: Factor C++ VM files.