Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn install
yarn dev
```

This will start the developement server, watching for changes and restarting
This will start the development server, watching for changes and restarting
as needed.

### Formatting
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CloudServer provides a single AWS S3 API interface to access multiple
backend data storage both on-premise or public in the cloud.

CloudServer is useful for Developers, either to run as part of a
continous integration test environment to emulate the AWS S3 service locally
continuous integration test environment to emulate the AWS S3 service locally
or as an abstraction layer to develop object storage enabled
application on the go.

Expand Down
2 changes: 1 addition & 1 deletion docs/INTEGRATIONS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Off you go!
~~~~~~~~~~~

Let us know how you use this and if you'd like any specific developments
around it. Even better: come and contribute to our `Github repository
around it. Even better: come and contribute to our `GitHub repository
<https://github.com/scality/s3/>`__! We look forward to meeting you!

S3FS
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Openstack Swift x
================= ========== ============ ===========

.. important:: Should you want to request for a new backend to be
supported, please do so by opening a `Github issue`_,
supported, please do so by opening a `GitHub issue`_,
and filling out the "Feature Request" section of our
template.

To add support for a new backend support to CloudServer official
repository, please follow these steps:

- familiarize yourself with our `Contributing Guidelines`_
- open a `Github issue`_ and fill out Feature Request form, and
- open a `GitHub issue`_ and fill out Feature Request form, and
specify you would like to contribute it yourself;
- wait for our core team to get back to you with an answer on whether
we are interested in taking that contribution in (and hence
Expand Down