From 70f246d29efa2982d3934985463f39b781a753e7 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Sun, 30 May 2021 10:11:46 +0200 Subject: [PATCH] chore: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c47b09..e9aa6e3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This package does not provide code, only interafces for the RDF/JS specification import type { NamedNode, DatasetCore, Stream } from '@rdfjs/types' ``` -Or import separaterly from type modules corresponding the specifications. +Or import separately from type modules corresponding the specifications. ```typescript import type { NamedNode } from '@rdfjs/types/data-model'