From 5300534b201121185e4f7a178524f1367927d1a9 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Tue, 27 Mar 2018 06:07:00 +0800 Subject: [PATCH] Fix typo --- docs/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docfx.json b/docs/docfx.json index d76ee7613..922e8a8cc 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -69,8 +69,8 @@ "temp/api/netstandard1.1/*.yml":[ "netstandard1.1" ], - "temp/api/net46/*.yml":[ - "net46" + "temp/api/net45/*.yml":[ + "net45" ] } },