Skip to content

Commit d4b11ef

Browse files
committed
Minor fix in network.js
1 parent 873aaa3 commit d4b11ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/utils/network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// Parsing CIDR into Gateway,Netmask Placehoolders
18+
// Parsing CIDR into Gateway,Netmask Placeholders
1919

2020
export function getNetmaskFromCidr (cidr) {
2121
if (!cidr?.includes('/')) return undefined

0 commit comments

Comments
 (0)