Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typos in documentation section "Taking Advantage of Spl" #1781

Closed
hwiesmann opened this issue Mar 2, 2019 · 3 comments
Closed

Small typos in documentation section "Taking Advantage of Spl" #1781

hwiesmann opened this issue Mar 2, 2019 · 3 comments

Comments

@hwiesmann
Copy link

Describe the bug
In section "Taking Advantage of Spl" the example

// Get the true realpath
echo $file->getRealpath();

contains two typos and should be replaced by

// Get the true real path
echo $file->getRealPath();

CodeIgniter 4 version
CodeIgniter4 Alpha 2 ff

@lonnieezell
Copy link
Member

Care to make a PR?

@hwiesmann
Copy link
Author

I wanted but I did not know that signing is required. Currently I am not prepared for signing on github.

lonnieezell added a commit that referenced this issue Mar 3, 2019
Correction of typos in documentation as mentioned in issue #1781
@lonnieezell
Copy link
Member

I've gone ahead and merged that. Thanks!

This article should help you get setup for signing. Doesn't take too long and once you're setup it is done.

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

No branches or pull requests

2 participants