Skip to content

Commit b9ec8d2

Browse files
committed
Fixed typo
1 parent 730b0c6 commit b9ec8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public static string GetScriptPath([CallerFilePath] string path = null) => path;
268268
public static string GetScriptFolder([CallerFilePath] string path = null) => Path.GetDirectoryName(path);
269269
```
270270

271-
> Tips: Put these methods as top level methods in a separate script file and `#load` that file wherever access to the script path and/or folder is needed.
271+
> Tip: Put these methods as top level methods in a separate script file and `#load` that file wherever access to the script path and/or folder is needed.
272272
273273

274274

0 commit comments

Comments
 (0)