Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Correctly use the indefinite article before consonant-sounding words
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Aug 12, 2014
1 parent 86f4de4 commit 4045a76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API Reference
User creation
-------------

Creates an user in the database.
Creates a user in the database.

* Method: POST
* URI: /user
Expand All @@ -13,12 +13,12 @@ Creates an user in the database.
User removal
------------

Removes an user from the database.
Removes a user from the database.

Key add
-------

Adds a key to an user in the database and writes it in authorized_keys file from the user running Gandalf.
Adds a key to a user in the database and writes it in authorized_keys file from the user running Gandalf.

Key removal
-----------
Expand All @@ -43,12 +43,12 @@ Retrieves information about a repository.
Access grant in repository
--------------------------

Grants an user read and write access into a repository.
Grants a user read and write access into a repository.

Access revoke in repository
---------------------------

Revokes an user read and write access from a repository.
Revokes a user read and write access from a repository.

Get file contents
-----------------
Expand Down
8 changes: 4 additions & 4 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Quickstart Guide

Before starting, make sure Gandalf is :doc:`installed </install>` and :doc:`configured </config>`.

Creating an user and a repository
=================================
Creating a user and a repository
================================

Create a user:

Expand Down Expand Up @@ -59,8 +59,8 @@ Now we already have access to myproject, let's create a git repository locally t

You ould see the usual git output.

Removing an user and a repository
=================================
Removing a user and a repository
================================

In order to delete a repository, execute the following:

Expand Down

0 comments on commit 4045a76

Please sign in to comment.