Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Fix missing word #118

Merged
merged 1 commit into from
Mar 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Resource identifiers
- ``"iri-reference"``: |draft7| The internationalized equivalent of a
"uri-reference", according to `RFC3987 <https://tools.ietf.org/html/rfc3987>`_

If the values in the schema the ability to be relative to a particular source
If the values in the schema have the ability to be relative to a particular source
path (such as a link from a webpage), it is generally better practice to use
``"uri-reference"`` (or ``"iri-reference"``) rather than ``"uri"`` (or
``"iri"``). ``"uri"`` should only be used when the path must be absolute.
Expand Down