Fix the property type error

a114c1075310e5fa24211a4796fe1ed25b828d69 introduced a bug, it
seems like a typo, this commit would fix it.

Resolves the following error during power on :
Unknown D-Bus property type, TYPE=Functional

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I7269f3f204e339ad4b5bb2887dde5d638736cd48
diff --git a/configurations/pdr/11.json b/configurations/pdr/11.json
index 0f6c242..15ee588 100644
--- a/configurations/pdr/11.json
+++ b/configurations/pdr/11.json
@@ -3408,8 +3408,8 @@
             "dbus" : {
                 "path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot8",
                 "interface": "xyz.openbmc_project.State.Decorator.OperationalStatus",
-                "property_name": "Asserted",
-                "property_type": "Functional",
+                "property_name": "Functional",
+                "property_type": "bool",
                 "property_values" : [true, false]
              }
         }]