From 711bf6f94a658c96f67163465028f62afb5fadd5 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 27 Mar 2014 13:50:57 -0700 Subject: [PATCH] Typo fix --- Debugging-pdf.js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging-pdf.js.md b/Debugging-pdf.js.md index d711bef..3f63275 100644 --- a/Debugging-pdf.js.md +++ b/Debugging-pdf.js.md @@ -10,7 +10,7 @@ PDF.js has several special URL parameters to alter how PDF.js works and to enabl * `pdfBug=all` - Enables all the debugging tools. You can optionally enable specific tools by specifying them by their ID, e.g. pdfBug=FontInspector or pdfBug=Stepper,FontInspector. More about PDFBug below. * `disableWorker=true` - Disables the worker which makes it easier to use debugging tools like Firebug where workers aren't supported yet. * `textLayer=[off|visible|shadow|hover]` - Disables or reveals the text layer that is used for text selection. -* `disableFontFace=true` - Disables standard `@font-font` font loading and uses the internal font renderer instead. +* `disableFontFace=true` - Disables standard `@font-face` font loading and uses the internal font renderer instead. * `disableRange=true` - Disables HTTP range requests when fetching the document. * `disableAutoFetch=true` - Disables auto fetching of the document; only gets necessary data to display the current view.