From b5b6d1542c08d5d60039c409dc3c68763e6bc1c5 Mon Sep 17 00:00:00 2001 From: zDEFz Date: Mon, 2 Nov 2020 15:19:17 +0100 Subject: [PATCH] Updated Custom request handler (markdown) --- Custom-request-handler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-request-handler.md b/Custom-request-handler.md index aa907ab..a734dbc 100644 --- a/Custom-request-handler.md +++ b/Custom-request-handler.md @@ -58,7 +58,7 @@ Another common use case is that you want to just expose a file note - in such ca Note: The file that is supposed to be exposed needs to wear an "#customResourceProvider" and then it can be called from anywhere. For example, your file is in custom/fonts, you can call it via custom/fonts/myFont.woff -**But only **if myFont.woff wears the "#customRessourceProvider" tag. Otherwise, nothing would be found. +But only myFont.woff wears the "#customRessourceProvider" tag. Otherwise, nothing would be found. ## Advanced concepts