docs: Update FIB documentation

Type: docs

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I3dfde4520a48c945ca9707accabbe1735c1a8799
diff --git a/docs/gettingstarted/developers/fib20/attachedexport.rst b/docs/gettingstarted/developers/fib20/attachedexport.rst
index c280277..3bf933d 100644
--- a/docs/gettingstarted/developers/fib20/attachedexport.rst
+++ b/docs/gettingstarted/developers/fib20/attachedexport.rst
@@ -3,8 +3,8 @@
 Attached Export
 ^^^^^^^^^^^^^^^^
 
-Extranets make prefixes in VRF A also reachable from VRF B. VRF A is the export VRF,
-B the import. Consider this route in the export VRF;
+Extranets make prefixes in table A also reachable from table B. Table A is the export table,
+B the import. Consider this route in the export table;
 
 .. code-block:: console
 
@@ -26,7 +26,7 @@
 covers, and only the adj-fibs and locals, not any covered more specific
 (sourced e.g. by API). The imported FIB entries are sourced as *attached-export*
 this is a low priority source, so if those prefixes already exist in the import
-VRF, sourced by the API, then they will continue to forward with that information.
+table, sourced by the API, then they will continue to forward with that information.
 
 .. figure:: /_images/fib20fig6.png