Skip to content

Commit

Permalink
chore: typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed May 25, 2024
1 parent 1e14433 commit f0c3141
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cookiecutter-django-ida/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
)

# Removing unecessary files from python and django templates:
# Removing unnecessary files from python and django templates:
os.remove("setup.py")
os.remove("MANIFEST.in")
6 changes: 3 additions & 3 deletions docs/decisions/0003-layered-cookiecutter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Context
Decision
********

We will layer cookiecutters in order to share boilerpate code. This approach requires two categories of cookiecutters:
We will layer cookiecutters in order to share boilerplate code. This approach requires two categories of cookiecutters:

* *template-only*: These cookiecutters contain files used as boilerplate across other cookiecutters, but do not result in a workable repository output.
* *final-output*: These cookiecutters produce the final output, resulting in a working directory.
Expand Down Expand Up @@ -62,8 +62,8 @@ Additionally, the decision to not allow partial file overwrites should help some
Rejected Alternatives
*********************

No sharing of boilerpate code
=============================
No sharing of boilerplate code
==============================

As noted in the `Context`_, we had a maintenance problem when not sharing boilerplate code. It remains to be seen if the potential drawbacks of this approach will outweigh the drawbacks of the original maintenance problem.

Expand Down
6 changes: 3 additions & 3 deletions docs/decisions/0004-which-cookiecutters-included.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Decision

edx-cookiecutter should be the central point for public edx cookiecutters. Most Open edx public cookiecutters should be placed in this repository.

If there is a complelling case why a cookiecutter should be elsewhere, a link to it should be added the edx-cookiecutter/README.rst.
If there is a compelling case why a cookiecutter should be elsewhere, a link to it should be added the edx-cookiecutter/README.rst.


Consequences
Expand All @@ -35,7 +35,7 @@ All edx cookiecutters should be moved to this repository.
Rejected Alternatives
*********************

Seperate Repos for frontend and backend cookiecutters
Separate Repos for frontend and backend cookiecutters
=====================================================

Rejected because of the very real possiblity of creating a cookiecutter that deals with both frontend and backend.
Rejected because of the very real possibility of creating a cookiecutter that deals with both frontend and backend.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Test utilities.
Since pytest discourages putting __init__.py into testdirectory
Since pytest discourages putting __init__.py into test directory
(i.e. making tests a package) one cannot import from anywhere
under tests folder. However, some utility classes/methods might be useful
in multiple test modules (i.e. factoryboy factories, base test classes).
Expand Down

0 comments on commit f0c3141

Please sign in to comment.