Skip to content

Commit 37c0fea

Browse files
authored
[Bugfix:Developer] Fixed Migrations Page Typo (#698)
Small typo I discovered while reading up on migrations. Changed `migraitons` to `migrations`
1 parent c5e6af9 commit 37c0fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/developer/development_instructions/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ own unique list of migrations. They are:
2424
* course
2525

2626
Where `system` migrations should deal mainly with package installation/changes,
27-
system changes, new dependencies, etc. `master` migraitons deals with changes to the master Submitty
27+
system changes, new dependencies, etc. `master` migrations deal with changes to the master Submitty
2828
database. `course` migrations are applied individually to each course
2929
detected in `/var/local/submitty/courses` and can be used to adjust the
3030
courses' DB, config files, etc.

0 commit comments

Comments
 (0)