Skip to content

Commit

Permalink
Some minor spelling fixes (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentRobert authored and freekmurze committed Sep 28, 2017
1 parent 6f12ae6 commit 41213df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The destination of the sitemap should be specified by `$path`.
SitemapGenerator::create('https://example.com')->writeToFile($path);
```

The generated sitemap will look similiar to this:
The generated sitemap will look similar to this:

```xml
<?xml version="1.0" encoding="UTF-8"?>
Expand Down Expand Up @@ -252,7 +252,7 @@ SitemapGenerator::create('https://example.com')

#### Adding alternates to links

Multilingual sites may have several alternate versions of the same page (one per language). Based on the previous example adding an alterante can be done as follows:
Multilingual sites may have several alternate versions of the same page (one per language). Based on the previous example adding an alternate can be done as follows:

```php
use Spatie\Sitemap\SitemapGenerator;
Expand Down Expand Up @@ -381,7 +381,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen

## Testing

First start the test server in a seperate terminal session:
First start the test server in a separate terminal session:

``` bash
cd tests/server
Expand Down

0 comments on commit 41213df

Please sign in to comment.