Skip to content

Commit 14f74c5

Browse files
triangularcovercaphrim007
authored andcommitted
Fix missing closiing backticks (#1409)
1 parent 7675810 commit 14f74c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguide/SDK_plural_note.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
+---------------------------------+---------------------------+---------------------------------+
1414
| URI | Collection | Resource |
1515
+=================================+===========================+=================================+
16-
| ``/mgmt/tm/net/tunnels/ | tm.net.tunnels | tm.net.tunnels.tunnel |
16+
| ``/mgmt/tm/net/tunnels/`` | tm.net.tunnels | tm.net.tunnels.tunnel |
1717
+---------------------------------+---------------------------+---------------------------------+
18-
| ``/mgmt/tm/ltm/pool | tm.ltm.pools | tm.ltm.pools.pool |
18+
| ``/mgmt/tm/ltm/pool`` | tm.ltm.pools | tm.ltm.pools.pool |
1919
+---------------------------------+---------------------------+---------------------------------+
2020
| ``/mgmt/tm/ltm/pool/members`` | tm.ltm.pool.members_s | tm.ltm.pool.members_s.members |
2121
+---------------------------------+---------------------------+---------------------------------+

0 commit comments

Comments
 (0)