mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing typo.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace Orchard.ContentTypes.Extensions {
|
||||
public static class StrinExtensions {
|
||||
public static class StringExtensions {
|
||||
public static string TrimEnd(this string rough, string trim = "") {
|
||||
if (rough == null)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user