Skip to content

Commit 9fe64ac

Browse files
michalina26mattbaileyuk
authored andcommitted
Update expressions.md
1 parent 9ccb998 commit 9fe64ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Path expressions that point to a string value will return that value.
1111
String literals can also be created by enclosing the
1212
sequence of characters in quotes. Either double quotes `"` or single quotes `'` can be used, provided the same quote type is
1313
used for the start and end of the string literal. Single quote characters may be included within a double quoted string and
14-
_vice versa_ withought escaping. Characters within the string literal may be escaped using the same format
14+
_vice versa_ without escaping. Characters within the string literal may be escaped using the same format
1515
as [JSON strings](https://tools.ietf.org/html/rfc7159#section-7).
1616

1717
Strings can be combined using the concatenation operator `&`. This is an infix operator and will join the two strings

0 commit comments

Comments
 (0)