Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs($httpBackend): enhance readability #10852

Closed
wants to merge 1 commit into from
Closed

Conversation

Yahkob
Copy link
Contributor

@Yahkob Yahkob commented Jan 24, 2015

In certain parts of the $httpBackend documentation there is a recurring description for $httpBackend methods that I thought reads a bit strange:
"...function that receives the url and returns true if the url match the current definition.".

This is easier to read by changing 'the' to 'a' and 'match' to 'matches':
"...function that receives the a url and returns true if the url match matches the current definition.".

In certain parts of the $httpBackend documentation there is a reoccurring description for $httpBackend methods that I thought reads a bit strange: 
 "...function that receives the url and returns true if the url match the current definition.". 

This reads better as:
 "...function that receives a url and returns true if the url matches the current definition.".
@pkozlowski-opensource
Copy link
Member

Very nice patch @Yahkob - good change, good commit message - keep them coming!

@Yahkob
Copy link
Contributor Author

Yahkob commented Jan 24, 2015

Thanks @pkozlowski-opensource , will do!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants