Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 488bb05

Browse files
authored
Merge pull request #84 from cuchalin/master
fix small spelling mistakes
2 parents 0da6602 + fc0317b commit 488bb05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Each recipe that is submitted should include the following:
5353

5454
## Repository Structure
5555

56-
All recipes are contained within with `\Recipes` directory.
56+
All recipes are contained within `\Recipes` directory.
5757

5858
The repository structure will look like the following:
5959

@@ -69,7 +69,7 @@ The repository structure will look like the following:
6969

7070
## Folder naming standards
7171

72-
The folder name will be used as the URL slug and therefore it is important to use the suggestions below. This ensure it will be SEO optimized and relevant for other users:
72+
The folder name will be used as the URL slug and therefore it is important to use the suggestions below. This ensures it will be SEO optimized and relevant for other users:
7373

7474
* Try to keep the folder name between 1-3 words.
7575
* If more than one word, use hyphens (-), rather than underscores(_)

Recipes/android/web_services/consuming_services/call_a_rest_web_service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ article:
1515
In this recipe, we'll create an app that reports weather information,
1616
such as temperature, humidity, and current conditions. This app issues
1717
a request to a REST service to get weather data, parses the response,
18-
and displays the results on the screen. The user keys in global
18+
and displays the results on the screen. The user enters global
1919
latitude and longitude coordinates before pressing a **Get Weather**
20-
button to view information about the weather at that location.
20+
button to display the weather at that location.
2121

2222
[ ![](Images/1-example-screenshot-sml.png)](Images/1-example-screenshot.png)
2323

0 commit comments

Comments
 (0)