File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 
polaris-react/src/components/Box Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -155,21 +155,21 @@ export interface BoxProps {
155155  /** Width of container */ 
156156  width ?: string ; 
157157  // These could be moved to new layout component(s) in the future 
158-   /** Position of the  box */ 
158+   /** Position of box */ 
159159  position ?: Position ; 
160-   /** Top position of the  box */ 
160+   /** Top position of box */ 
161161  top ?: Spacing ; 
162-   /** Bottom position of the  box */ 
162+   /** Bottom position of box */ 
163163  right ?: Spacing ; 
164-   /** Left position of the  box */ 
164+   /** Left position of box */ 
165165  bottom ?: Spacing ; 
166-   /** Right position of the  box */ 
166+   /** Right position of box */ 
167167  left ?: Spacing ; 
168-   /** Opcity  of the  box */ 
168+   /** Opacity  of box */ 
169169  opacity ?: string ; 
170170  /** Visually hide the contents (still announced by screenreader) */ 
171171  visuallyHidden ?: boolean ; 
172-   /** z-index of the  box */ 
172+   /** z-index of box */ 
173173  zIndex ?: string ; 
174174} 
175175
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments