Skip to content

Commit

Permalink
🤏 Little typo fix
Browse files Browse the repository at this point in the history
Typo fix: remove extra "a" term in "Create a file a that looks like this" ➤ "Create a file that looks"
  • Loading branch information
Levure authored and ondrejmirtes committed Feb 6, 2022
1 parent 8859e9c commit 7a030f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/user-guide/discovering-symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Global constants

Global constants used in the analysed code need to be defined in bootstrap files.

Create a file a that looks like this:
Create a file that looks like this:

```php
<?php
Expand All @@ -63,7 +63,7 @@ Class aliases

This is similar to global constants above. Class aliases used in the analysed code need to be defined in bootstrap files.

Create a file a that looks like this:
Create a file that looks like this:

```php
<?php
Expand Down

0 comments on commit 7a030f0

Please sign in to comment.