Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekenhei committed Nov 19, 2024
1 parent f6b7eac commit e8b1eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/001-custom-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform settings. For our fork, this feature adds the capability to define a si

### Feature

To define a desire backend, follow the following format by defining the storage class and its kwargs.
To define a desired backend, follow the following format by defining the storage class and its kwargs.
As an example, below you will find the Site Configuration definition to use an AWS S3 bucket:

"SGA_STORAGE_SETTINGS": {
Expand Down
2 changes: 1 addition & 1 deletion edx_sga/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_get_default_storage_with_settings_override(mock_configuration_helpers):
"bucket_name": "test-bucket-1",
"region_name": "us-east-1",
}
}
},
},
)
storage = get_default_storage()
Expand Down

0 comments on commit e8b1eab

Please sign in to comment.