mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
use consistent tense
This commit is contained in:
@@ -330,7 +330,7 @@ module Liquid
|
||||
|
||||
# @public_docs
|
||||
# @syntax {{ string | remove: string }}
|
||||
# @summary Remove a substring.
|
||||
# @summary Removes a substring.
|
||||
# @type filter
|
||||
# @category string
|
||||
# @return string
|
||||
@@ -340,7 +340,7 @@ module Liquid
|
||||
|
||||
# @public_docs
|
||||
# @syntax {{ string | remove_first: string }}
|
||||
# @summary Remove the first occurrences of a substring.
|
||||
# @summary Removes the first occurrences of a substring.
|
||||
# @type filter
|
||||
# @category string
|
||||
# @return string
|
||||
|
||||
Reference in New Issue
Block a user