Skip to content

Commit fbcde60

Browse files
authored
Merge pull request #2 from mnaderian/patch-1
Fix typo in introduction.md
2 parents 81f2ea8 + f9dba32 commit fbcde60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It uses a bundled client php package to run your code inside your project.
66

77
Depending on the framework of your project it recognizes how to load your app.
88

9-
For example, If your project is Laravel, It will include `vendor/autoload.php` and then botstraps your Laravel app and then runs your code in it.
9+
For example, If your project is Laravel, It will include `vendor/autoload.php` and then bootstraps your Laravel app and then runs your code in it.
1010

1111
## Features
1212

@@ -17,4 +17,4 @@ Here are some of the features that TweakPHP provides you.
1717
- **SSH Run**: Run your PHP code inside a remote server via SSH.
1818
- **Code Editor**: Uses Monaco Editor to write code.
1919
- **LSP**: Uses phpactor to show auto completions when writing code.
20-
- **Themes**: Supports dark and light mode themes.
20+
- **Themes**: Supports dark and light mode themes.

0 commit comments

Comments
 (0)